Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-10-18 13:31:38 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-10-18 14:07:57 +0300
commit8e21d36bdcdab96f1a3207a56edac8954118b067 (patch)
tree4ed335c0d49958efe5f7fd28bf3f19cf8bb8b23c /README.md
parent6e6424a0852ddc8cb92bb744c63859a2093fbe54 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 613e0afd..761d9701 100644
--- a/README.md
+++ b/README.md
@@ -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._