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