diff --git a/sneedhosts.sh b/sneedhosts.sh new file mode 100644 index 0000000..cb6603a --- /dev/null +++ b/sneedhosts.sh @@ -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