diff --git a/x-ui.sh b/x-ui.sh index e95b58b8..58351c78 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -520,8 +520,10 @@ update_geo() { systemctl stop x-ui cd ${binFolder} rm -f geoip.dat geosite.dat iran.dat - wget -N https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geoip.dat - wget -N https://github.com/chocolate4u/Iran-v2ray-rules/releases/latest/download/geosite.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}"