From dd8b741bf21a82d11743e05fd18859f178aafeca Mon Sep 17 00:00:00 2001 From: mrrfv Date: Thu, 7 Sep 2023 21:09:23 +0200 Subject: [PATCH] Update filter lists AntiMalwareHosts has to be removed because it makes the filter lists exceed the 300,000 domains limit. Furthermore, Cloudflare Zero Trust itself can be configured to block malware domains so this feels redundant. --- get_recommended_filters.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/get_recommended_filters.sh b/get_recommended_filters.sh index 3d83c22..032fba6 100644 --- a/get_recommended_filters.sh +++ b/get_recommended_filters.sh @@ -8,7 +8,6 @@ urls=( https://raw.githubusercontent.com/mullvad/dns-blocklists/main/output/doh/doh_gambling.txt https://raw.githubusercontent.com/mullvad/dns-blocklists/main/output/doh/doh_privacy.txt https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts - https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareHosts.txt https://adaway.org/hosts.txt https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts ) @@ -17,4 +16,4 @@ urls=( download_lists $urls 'input.csv' # print a message when done -echo "Done. The input.csv file contains merged data from recommended filter lists." +echo "Done. The input.csv file contains merged data from recommended filter lists." \ No newline at end of file