update yhosts strategy

This commit is contained in:
gently 2020-05-01 10:41:06 +08:00
parent cd030806f1
commit a89fcc216d
3 changed files with 17876 additions and 1 deletions

8937
origin-files/hosts1000.txt Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,6 @@ easylist=(
hosts=(
"https://raw.githubusercontent.com/neoFelhz/neohosts/gh-pages/full/hosts.txt"
"https://raw.githubusercontent.com/vokins/yhosts/master/hosts"
"https://raw.githubusercontent.com/jdlingyu/ad-wars/master/hosts"
"https://www.malwaredomainlist.com/hostslist/hosts.txt"
)
@ -33,6 +32,8 @@ rm -f ./origin-files/hosts*
rm -f ./origin-files/strict-hosts*
rm -f ./origin-files/dead-hosts*
cp ./origin-files/yhosts-lastest.txt ./origin-files/hosts1000.txt
for i in "${!easylist[@]}"
do
echo "开始下载 easylist${i}..."