DNSBL and additional features Plugin for Unbound

Started by tillsense, September 05, 2019, 07:55:00 PM

Previous topic - Next topic
Is started by Michael:

Quote
Today I'll start building a plugin for Unbound additional features, bringing DNSBL to @opnsense without the need for BIND or dnscrypt-proxy. Future versions will offer DoT and more (depending on your ideas)
https://twitter.com/mimu_muc/status/1169482538009747461


Ideas:
Please schedule a field for regex entries :)


Hi,

builds your concept on this: https://github.com/alectrocute/UnboundBL ?

I think pi-hole has implemented the regex topic of a blacklist very well and also a helpful documentation: https://docs.pi-hole.net/ftldns/regex/tutorial.

cheers
till

For manual black and whitelisting, sure.
In general it will behave same like bind or dnscrypt

Hi,
Quote
For manual black and whitelisting, sure.
Yes this is also the wish/idea (Please schedule a field for regex entries) ;)
Quote
In general it will behave same like bind or dnscrypt
Yes is regex.

cheers
till

Has there been any progress with this? Looking to replicate Pi-Hole like DNS Black holing using the default UNBOUND DNS Forwarder.


Quote from: mimugmail on November 09, 2019, 06:56:17 PM
Via Console:
pkg install os-unbound-plus-devel

Hi, so I guess this is still in development at the moment?

Can you explain quickly how this package works? Does it replace the entire unbound package or just extend it with some additional functionality? Do you have any screenshots of the GUI options of this package?

It will only add a submenu to Unbound. It will be similar to dnscrypt dnsbl section, just give it a spin

Quote from: mimugmail on November 09, 2019, 07:53:39 PM
It will only add a submenu to Unbound. It will be similar to dnscrypt dnsbl section, just give it a spin

Excellent, and are you aware of any good URL list sources for ad blocking?




How is the update of the blocklists realized?
Is there an automatic update every 24 hours as pihole does it?