Hardened dnscrypt-proxy blocklist.
Go to file
quindecim 1edf23d385 [UPDATE] - Add domains-time-restricted file 2021-01-27 09:43:32 -05:00
config [UPDATE] - Add domains-time-restricted file 2021-01-27 09:43:32 -05:00
LICENSE.md [UPDATE] - .txt > .md 2021-01-23 04:28:41 -05:00
README.md Update 'README.md' 2021-01-22 04:23:19 -05:00

README.md

block

A collection of domains, wildcards and substrings designed for dnscrypt-proxy filter method.

  • domains-blocklist.conf: it's used to configure the sources to merge during the process.
  • domains-blocklist-local-additions.txt: it's used during the generation process to add your own additions and remove duplicates from the sources.
  • domains-allowlist.txt: it's used during the generation process to remove legit domains.
  • example-blocklist.txt: it contains valid name patterns for this purpose.
  • generate-domains-blocklist.py: it's the script used to launch the generation process.

Sources

Updated sources from the following locations are always merged and included.

blocked-names.txt

Source Maintainer(s) Description Home Page RAW Source License
OISD sjhgvr A merged domain list from a variety of other lists LINK RAW None?
The Quantum Ad-List The_Quantum_Alpha & Co. Blocklist of ads and tracker domains (made by an AI) LINK RAW The Unlicense
domains-blocklist-local-additions.txt quindecim Domains, wildcards and substrings collection LINK RAW GPLv3
domains-allowlist.txt quindecim Legit domains collection LINK RAW GPLv3

blocked-ips.txt

Source Maintainer(s) Description Home Page RAW Source License
DNSCrypt: Rebind Protection jedisct1 DNS rebinding protection LINK RAW ISC
Energized: IP Extension Energized Team Malicious IP protection LINK RAW MIT

Build

To generate your own list you can clone this repo, edit files according to your needs and run this command:

python generate-domains-blocklist.py > list.txt.tmp && mv -f list.txt.tmp list

Notice

When it has reached a stable level the blocklist will be shared here as release.