adds new list to default config
This commit is contained in:
parent
ce4b4a11ff
commit
a8e61cdbaa
@ -61,6 +61,7 @@ sources:
|
||||
adBlockURLs:
|
||||
- "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt"
|
||||
- "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/tif.txt"
|
||||
- "https://github.com/KnightmareVIIVIIXC/AIO-Firebog-Blocklists/raw/main/lists/firebogadmal.txt"
|
||||
allowList:
|
||||
- ^localhost$
|
||||
- ^localhost\.localdomain$
|
||||
|
63
readme.md
Normal file
63
readme.md
Normal file
@ -0,0 +1,63 @@
|
||||
# Bind Response Policy Zone Creator
|
||||
|
||||
## Table of Contents
|
||||
|
||||
1. [Description](#description)
|
||||
1. [Default Lists](#default-lists)
|
||||
|
||||
## Description
|
||||
|
||||
This program will build an isc-bind compatible zone file based off the content of multiple dns block-lists. The best use for this is as a response-policy which will rewrite requests to a domain of your choice which would block the request.
|
||||
|
||||
## Default Lists
|
||||
|
||||
### AdBlock
|
||||
|
||||
* https://github.com/KnightmareVIIVIIXC/AIO-Firebog-Blocklists
|
||||
* https://github.com/hagezi/dns-blocklists
|
||||
|
||||
### Domain Lists
|
||||
|
||||
* Suspicious Activity
|
||||
* https://v.firebog.net
|
||||
* Advertising
|
||||
* https://v.firebog.net
|
||||
* https://disconnect.me/consumer
|
||||
* Tracking
|
||||
* https://v.firebog.net
|
||||
* Malicious
|
||||
* https://osint.digitalside.it
|
||||
* https://disconnect.me/consumer
|
||||
* https://phishing.army
|
||||
* https://v.firebog.net
|
||||
* https://github.com/Spam404/lists
|
||||
* https://github.com/AssoEchap/stalkerware-indicators
|
||||
* Misc
|
||||
* https://github.com/dibdot/DoH-IP-blocklists
|
||||
* https://disconnect.me/consumer
|
||||
* https://gitlab.com/quidsup/notrack-blocklists
|
||||
* https://oisd.nl/
|
||||
|
||||
### Host Lists
|
||||
|
||||
* Suspicious Activity
|
||||
* https://github.com/PolishFiltersTeam/KADhosts
|
||||
* https://github.com/FadeMind/hosts.extras
|
||||
* Advertising
|
||||
* https://adaway.org
|
||||
* https://github.com/anudeepND/blacklist
|
||||
* https://pgl.yoyo.org/adservers/
|
||||
* https://github.com/FadeMind/hosts.extras
|
||||
* https://github.com/bigdargon/hostsVN
|
||||
* http://sysctl.org/cameleon/
|
||||
* Tracking
|
||||
* https://github.com/FadeMind/hosts.extras
|
||||
* https://github.com/crazy-max/WindowsSpyBlocker
|
||||
* https://hostfiles.frogeye.fr
|
||||
* Malicious
|
||||
* https://github.com/DandelionSprout/adfilt
|
||||
* https://v.firebog.net/hosts
|
||||
* https://github.com/FadeMind/hosts.extras
|
||||
* https://urlhaus.abuse.ch/
|
||||
* Misc
|
||||
* https://github.com/StevenBlack/hosts
|
Loading…
x
Reference in New Issue
Block a user