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:
authorMMR <56675802+mmrabbani@users.noreply.github.com>2023-10-18 11:55:16 +0300
committerGitHub <noreply@github.com>2023-10-18 11:55:16 +0300
commitc0ef791f01f601d278f1c4ca3380d6b7716ca9e1 (patch)
treec8a13727ec17180ac4499ab91fea674562d09cf6 /x-ui.sh
parentb63612ab9879c0dc6a582bc4598913821582561f (diff)
increase accuracy of geoip and geosite (#1047)
* increase accuracy of geoip and geosite * Update x-ui.sh * Update release.yml * Update settings.html * Update release.yml * Update DockerInit.sh * Update settings.html * Update settings.html * Update x-ui.sh
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/x-ui.sh b/x-ui.sh
index d193c642..58351c78 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -522,6 +522,8 @@ update_geo() {
rm -f geoip.dat geosite.dat iran.dat
wget -N https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat
wget -N https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat
+ wget -O geoip_ch.dat -N https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geoip.dat
+ wget -O geosite_ch.dat -N https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geosite.dat
wget -N https://github.com/MasterKia/iran-hosted-domains/releases/latest/download/iran.dat
systemctl start x-ui
echo -e "${green}Geosite.dat + Geoip.dat + Iran.dat have been updated successfully in bin folder '${binfolder}'!${plain}"