pauldokas / blackhole

A tool to build DNS blackhole zone files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tool to build DNS blackhole zone files

Creates blackhole zone files by downloading and parsing the blocklist files assembled by The Firebog. Blocklists may be assembled based on the category of blocklist and on the quality of the available blocklists.

The output can be formatted for:


Unbound

First generate a blackhole zone file like this:

blackhole -f unbound -o /path/to/blackhole.zone

then import the newly created blackhole zone file by including it in your unbound.conf file by adding something like this:

# blackhole domains
include: "/usr/local/etc/unbound/blackhole.zone"

BIND

Not implemented yet


Text

Simply run the following commmand:

blackhole

About

A tool to build DNS blackhole zone files

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%