diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-10-18 13:31:38 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-10-18 14:07:57 +0300 |
| commit | 8e21d36bdcdab96f1a3207a56edac8954118b067 (patch) | |
| tree | 4ed335c0d49958efe5f7fd28bf3f19cf8bb8b23c | |
| parent | 6e6424a0852ddc8cb92bb744c63859a2093fbe54 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -209,6 +209,16 @@ If you want to use routing to WARP follow steps as below: 1. Use the `x-ui` command inside the shell. 2. Select `IP Limit Management`. 3. Choose the appropriate options based on your needs. + + - make sure you have access.log on your Xray Configuration + + ```sh + "log": { + "loglevel": "warning", + "access": "./access.log", + "error": "./error.log" + }, + ``` </details> @@ -338,7 +348,7 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go # Acknowledgment -- [Iran v2ray rules](https://github.com/chocolate4u/Iran-v2ray-ruless) (License: **GPL-3.0**): _Enhanced v2ray/xray and v2ray/xray-clients routing rules with built-in Iranian domains and a focus on security and adblocking._ +- [Iran v2ray rules](https://github.com/chocolate4u/Iran-v2ray-rules) (License: **GPL-3.0**): _Enhanced v2ray/xray and v2ray/xray-clients routing rules with built-in Iranian domains and a focus on security and adblocking._ - [Iran Hosted Domains](https://github.com/bootmortis/iran-hosted-domains) (License: **MIT**): _A comprehensive list of Iranian domains and services that are hosted within the country._ - [PersianBlocker](https://github.com/MasterKia/PersianBlocker) (License: **AGPLv3**): _An optimal and extensive list to block ads and trackers on Persian websites._ |
