Add comments for domains-blacklist.conf, with a little sorting on it. (#1350)
* Update domains-blacklist.conf 0. Add more comments so it should be much easier for anyone to get understanding how to choose the rules which is delivered in varies levels. 1. Sort rules from Energized so it is ordered in the sort of size, which would make sense. * Add rule from AdAway AdAway seems to be a project last more than 9 years. I tried it for several days and haven't experienced any false positive yet.
This commit is contained in:
parent
2739db2733
commit
dd1f32ebfd
|
@ -26,6 +26,8 @@
|
|||
# Local additions
|
||||
file:domains-blacklist-local-additions.txt
|
||||
|
||||
### The high sensitivity list has fewer false positives down to the low sensitivty list with more false positives.
|
||||
### (Refer: https://isc.sans.edu/suspicious_domains.html)
|
||||
# SANS Institute suspicious domains, HIGH sensitivity level
|
||||
https://isc.sans.edu/feeds/suspiciousdomains_High.txt
|
||||
|
||||
|
@ -35,6 +37,9 @@ https://isc.sans.edu/feeds/suspiciousdomains_High.txt
|
|||
# SANS Institute suspicious domains, LOW sensitivity level (not recommended)
|
||||
# https://isc.sans.edu/feeds/suspiciousdomains_Low.txt
|
||||
|
||||
# AdAway is an open source ad blocker for Android using the hosts file.
|
||||
https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt
|
||||
|
||||
# Malware domains
|
||||
https://mirror1.malwaredomains.com/files/justdomains
|
||||
|
||||
|
@ -128,15 +133,17 @@ https://hostfiles.frogeye.fr/firstparty-trackers.txt
|
|||
# Block Spotify ads
|
||||
# https://raw.githubusercontent.com/CHEF-KOCH/Spotify-Ad-free/master/filters/Spotify-HOSTS.txt
|
||||
|
||||
### Spark < Blu Go < Blu < Basic < Ultimate
|
||||
### (With pornware blocking) Porn < Unified
|
||||
# Energized Ultimate
|
||||
# https://block.energized.pro/ultimate/formats/domains.txt
|
||||
|
||||
# Energized BLU
|
||||
https://block.energized.pro/blu/formats/domains.txt
|
||||
|
||||
# Energized Basic
|
||||
# https://block.energized.pro/basic/formats/domains.txt
|
||||
|
||||
# Energized BLU
|
||||
https://block.energized.pro/blu/formats/domains.txt
|
||||
|
||||
# Dynamic DNS services, sadly often used by malware
|
||||
# https://mirror1.malwaredomains.com/files/dynamic_dns.txt
|
||||
|
||||
|
@ -171,4 +178,3 @@ https://block.energized.pro/blu/formats/domains.txt
|
|||
|
||||
# Block spying and tracking on Windows
|
||||
# https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/dnscrypt/spy.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue