From 35e3ebf5d7defb4316a9355bede5de61ec7d54c7 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:21:46 +0000 Subject: [PATCH] Add files via upload --- sneedhosts.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sneedhosts.sh 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