diff --git a/start-ci.sh b/start-ci.sh index da42f306..0d72966e 100755 --- a/start-ci.sh +++ b/start-ci.sh @@ -53,7 +53,7 @@ fi echo '开始下载 hosts1...' curl -o ./origin-files/hosts1 --connect-timeout 60 \ -s \ - https://hosts.nfz.moe/full/hosts + https://raw.githubusercontent.com/neoFelhz/neohosts/gh-pages/full/hosts.txt # shellcheck disable=SC2181 if [ $? -ne 0 ];then diff --git a/start.sh b/start.sh index 7cc4e1b6..2c597f1a 100755 --- a/start.sh +++ b/start.sh @@ -54,7 +54,7 @@ fi echo '开始下载 hosts1...' curl -o ./origin-files/hosts1 --connect-timeout 60 \ -s \ - https://hosts.nfz.moe/full/hosts + https://raw.githubusercontent.com/neoFelhz/neohosts/gh-pages/full/hosts.txt # shellcheck disable=SC2181 if [ $? -ne 0 ];then