|
|
Subscribe / Log in / New account

domain name blacklisting

domain name blacklisting

Posted Jun 1, 2015 12:54 UTC (Mon) by tpo (subscriber, #25713)
In reply to: domain name blacklisting by anselm
Parent article: Speed and bandwidth improvements with Firefox Tracking Protection

Thanks for the reference -

I know dnsmask a bit and I don't like it much for its complexity: it has the kitchen sink integrated, which is also reflected in its epic manpage. The problem at hand seems to be so trivial (blacklisting domains) that I'd expect that a solution would be accordingly trivial (a simple /etc/hosts.blacklist would do)...


to post comments

domain name blacklisting

Posted Jun 1, 2015 14:09 UTC (Mon) by dmarti (subscriber, #11625) [Link]

Unbound has "include" and "local-data".

https://www.unbound.net/documentation/unbound.conf.html

I recently set up an Unbound internal DNS server and it works great.

The missing piece is a script that will parse the EasyPrivacy list and generate an "include"able file containing the correct "local-data" lines.

domain name blacklisting

Posted Jun 1, 2015 15:56 UTC (Mon) by kdave (subscriber, #44472) [Link]

Dnsmasq allows to use multiple hosts files, so it's easy to separate your true /etc/hosts and 3rd party list(s). The config option is 'addn-hosts=/path', multiple allowed.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds