forked from nemesisqp/node-adblock-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.sh
More file actions
executable file
·17 lines (10 loc) · 813 Bytes
/
update.sh
File metadata and controls
executable file
·17 lines (10 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
# Update Host Lists
wget http://winhelp2002.mvps.org/hosts.txt -O ./hosts.d/winhelp2002-mvps.txt
wget http://someonewhocares.org/hosts/hosts -O ./hosts.d/someonewhocares.txt
wget http://cdn.trjlive.com/hosts/hosts-v8.txt -O ./hosts.d/trjlive.txt
# Update AdBlock Plus Filters
wget --no-check-certificate https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt -O ./adblockplus.d/fanboy-annoyance.txt
wget --no-check-certificate https://easylist-downloads.adblockplus.org/fanboy-social.txt -O ./adblockplus.d/fanboy-social.txt
wget --no-check-certificate https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt -O ./adblockplus.d/easylist_noelemhide.txt
wget --no-check-certificate https://easylist-downloads.adblockplus.org/easyprivacy.txt -O ./adblockplus.d/easyprivacy.txt