From 607627d0986452c24b5a509c1cbced7befb14fdc Mon Sep 17 00:00:00 2001 From: MMR <56675802+mmrabbani@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:52:09 +0330 Subject: [PATCH] Update x-ui.sh --- x-ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-ui.sh b/x-ui.sh index d193c642..e95b58b8 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -520,8 +520,8 @@ update_geo() { systemctl stop x-ui cd ${binFolder} 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 -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/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}"