添加easylist,更换hosts源

This commit is contained in:
gently 2018-10-04 21:37:00 +08:00
parent 220e0dbeb5
commit e76c51d792
3 changed files with 98486 additions and 0 deletions

86603
easylistchina+easylist.txt Normal file

File diff suppressed because one or more lines are too long

11861
koolproxy.txt Normal file

File diff suppressed because it is too large Load Diff

22
start.sh Executable file
View File

@ -0,0 +1,22 @@
#!/bin/sh
source /etc/profile
cd $(dirname $(readlink -f "$0"))
echo '开始下载 easylist1...'
wget -O easylistchina+easylist.txt https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt
if [ $? -ne 0 ];then
echo '下载失败,请重试'
exit 1
fi
echo '开始下载 easylist2...'
wget -O koolproxy.txt https://kprule.com/koolproxy.txt
if [ $? -ne 0 ];then
echo '下载失败,请重试'
exit 1
fi
php make-addr.php