From 558c09a7616d5ed817efcd2df464fc7575585d39 Mon Sep 17 00:00:00 2001 From: rushboss <80235750+rushboss@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:07:35 +0800 Subject: [PATCH] Update updategeo.sh --- PATCH/script/updategeo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PATCH/script/updategeo.sh b/PATCH/script/updategeo.sh index c1462e9..b534161 100755 --- a/PATCH/script/updategeo.sh +++ b/PATCH/script/updategeo.sh @@ -1,12 +1,12 @@ #!/bin/sh -geoip_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat" +geoip_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat" geoip_path="/tmp/geoip.dat" -geosite_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat" +geosite_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat" geosite_path="/tmp/geosite.dat" -geoip_hash_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat.sha256sum" +geoip_hash_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat.sha256sum" geoip_hash_path="/tmp/geoip.dat.sha256sum" -geosite_hash_url="https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat.sha256sum" +geosite_hash_url="https://mirror.ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat.sha256sum" geosite_hash_path="/tmp/geosite.dat.sha256sum" echo -e "\033[33mStart Downloading...... It won't take long\033[0m"