mirror of
https://github.com/prurigro/buildhosts.git
synced 2024-11-23 06:14:09 -05:00
Update the list of sources to sync with the lists used by adaway
This commit is contained in:
parent
99ed481d97
commit
1f7ef7447f
1 changed files with 2 additions and 3 deletions
|
@ -24,9 +24,8 @@ done < <(env)
|
||||||
# Default list of sources (used to generate $HOSTS_SOURCES when it doesn't exist)
|
# Default list of sources (used to generate $HOSTS_SOURCES when it doesn't exist)
|
||||||
default_sources=(
|
default_sources=(
|
||||||
'https://adaway.org/hosts.txt'
|
'https://adaway.org/hosts.txt'
|
||||||
'http://winhelp2002.mvps.org/hosts.txt'
|
'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts'
|
||||||
'http://hosts-file.net/ad_servers.txt'
|
'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext'
|
||||||
'http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
script_dependencies=('curl' 'mv' 'sed' 'sort')
|
script_dependencies=('curl' 'mv' 'sed' 'sort')
|
||||||
|
|
Loading…
Reference in a new issue