Add files via upload
This commit is contained in:
parent
1c9cc60c5b
commit
35e3ebf5d7
1 changed files with 7 additions and 0 deletions
7
sneedhosts.sh
Normal file
7
sneedhosts.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
printf "# SneedHosts Collection\n" > hosts
|
||||||
|
curl https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/hosts/pro.txt >> hosts
|
||||||
|
printf "\n" >> hosts
|
||||||
|
curl https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts >> hosts
|
||||||
|
printf "\n" >> hosts
|
||||||
|
curl https://someonewhocares.org/hosts/hosts >> hosts
|
||||||
|
printf "\n # END OF SNEEDHOSTS" >> hosts
|
Loading…
Reference in a new issue