diff options
| author | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-04-18 22:10:08 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-04-18 22:10:08 +0300 |
| commit | 13f67f595c2ebdd6712b66a9c616c13d770944ad (patch) | |
| tree | f7f41506e27ad4c8fc6c88457a53a85fb048b307 /README.md | |
| parent | 25741dcb0863c1df95bef76bd05e8934678fcbe5 (diff) | |
update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -79,13 +79,19 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go If you want to use routing to WARP follow steps as below: -1. Install WARP on **socks proxy mode**: +1. If you already installed warp, you can uninstall using below command: + + ```sh + warp u + ``` + +2. Install WARP on **socks proxy mode**: ```sh curl -fsSL https://gist.githubusercontent.com/hamid-gh98/dc5dd9b0cc5b0412af927b1ccdb294c7/raw/install_warp_proxy.sh | bash ``` -2. Turn on the config you need in panel or [Copy and paste this file to Xray Configuration](./media/configs/traffic+block-ads+warp.json) +3. Turn on the config you need in panel or [Copy and paste this file to Xray Configuration](./media/configs/traffic+block-ads+warp.json) Config Features: |
