update neoFelhz/neohosts source url

This commit is contained in:
gently 2020-01-09 11:53:51 +08:00
parent 8ac5d3a997
commit 36a98f4083
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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