From 82a0e545d64146fa2c397fd938687f3f90be8e2c Mon Sep 17 00:00:00 2001 From: Bard Date: Sun, 10 Apr 2022 10:13:59 +0800 Subject: [PATCH] Update library.sh --- root/usr/share/mosdns/library.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }