Add files via upload

This commit is contained in:
Sam Sneed 2024-08-08 16:21:46 +00:00 committed by GitHub
parent 1c9cc60c5b
commit 35e3ebf5d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
sneedhosts.sh Normal file
View 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