diff --git a/root/usr/share/mosdns/library.sh b/root/usr/share/mosdns/library.sh index 8f5146a..3da7e6d 100755 --- a/root/usr/share/mosdns/library.sh +++ b/root/usr/share/mosdns/library.sh @@ -14,9 +14,9 @@ exist() { getdat() { if exist curl; then - curl -fSLo "$TMPDIR/$1" "https://ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/$1" + curl -fSLo "$TMPDIR/$1" "https://github.sbwml.repl.co/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/$1" else - wget "https://ghproxy.com/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/$1" -nv -O "$TMPDIR/$1" + wget "https://github.sbwml.repl.co/https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/$1" -nv -O "$TMPDIR/$1" fi }