OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • Development and Code Review (Moderator: fabian) »
  • DNSBL and additional features Plugin for Unbound
« previous next »
  • Print
Pages: [1] 2 3 ... 5

Author Topic: DNSBL and additional features Plugin for Unbound  (Read 34832 times)

tillsense

  • Sr. Member
  • ****
  • Posts: 325
  • Karma: 49
    • View Profile
DNSBL and additional features Plugin for Unbound
« on: September 05, 2019, 07:55:00 pm »
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 :)
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #1 on: September 05, 2019, 09:01:16 pm »
Example please :)
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

tillsense

  • Sr. Member
  • ****
  • Posts: 325
  • Karma: 49
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #2 on: September 07, 2019, 07:23:40 pm »
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
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #3 on: September 07, 2019, 07:49:07 pm »
For manual black and whitelisting, sure.
In general it will behave same like bind or dnscrypt
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

tillsense

  • Sr. Member
  • ****
  • Posts: 325
  • Karma: 49
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #4 on: September 07, 2019, 08:13:49 pm »
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
Logged

tomstephens89

  • Newbie
  • *
  • Posts: 40
  • Karma: 2
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #5 on: November 09, 2019, 06:35:13 pm »
Has there been any progress with this? Looking to replicate Pi-Hole like DNS Black holing using the default UNBOUND DNS Forwarder.
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #6 on: November 09, 2019, 06:56:17 pm »
Via Console:
pkg install os-unbound-plus-devel
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

tomstephens89

  • Newbie
  • *
  • Posts: 40
  • Karma: 2
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #7 on: November 09, 2019, 07:00:06 pm »
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?
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #8 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
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

tomstephens89

  • Newbie
  • *
  • Posts: 40
  • Karma: 2
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #9 on: November 09, 2019, 09:17:25 pm »
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?
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #10 on: November 09, 2019, 10:31:17 pm »
It's a multiselect list, you cant use own ones ...
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

tomstephens89

  • Newbie
  • *
  • Posts: 40
  • Karma: 2
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #11 on: November 09, 2019, 11:21:27 pm »
Quote from: mimugmail on November 09, 2019, 10:31:17 pm
It's a multiselect list, you cant use own ones ...

The DNSBL lists?
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #12 on: November 09, 2019, 11:35:07 pm »
Yes, just test it
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

avanix

  • Newbie
  • *
  • Posts: 23
  • Karma: 1
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #13 on: November 16, 2019, 10:18:34 am »
How is the update of the blocklists realized?
Is there an automatic update every 24 hours as pihole does it?
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6767
  • Karma: 494
    • View Profile
Re: DNSBL and additional features Plugin for Unbound
« Reply #14 on: November 16, 2019, 01:14:17 pm »
Just add a cronjob, it in the list of available jobs
Logged
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

  • Print
Pages: [1] 2 3 ... 5
« previous next »
  • OPNsense Forum »
  • English Forums »
  • Development and Code Review (Moderator: fabian) »
  • DNSBL and additional features Plugin for Unbound
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2