sneed-hosts/sneedhosts.sh
2024-08-08 16:21:46 +00:00

7 lines
364 B
Bash

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