mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
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.
This commit is contained in:
@@ -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_gambling.txt
|
||||||
https://raw.githubusercontent.com/mullvad/dns-blocklists/main/output/doh/doh_privacy.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/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://adaway.org/hosts.txt
|
||||||
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
||||||
)
|
)
|
||||||
@@ -17,4 +16,4 @@ urls=(
|
|||||||
download_lists $urls 'input.csv'
|
download_lists $urls 'input.csv'
|
||||||
|
|
||||||
# print a message when done
|
# 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."
|
||||||
Reference in New Issue
Block a user