cbuijs / unbound-dns-firewall

DNS-Firewall Python script for UNBOUND
GNU General Public License v3.0
25 stars 8 forks source link

Reload/Update lists without restarting unbound #23

Closed cbuijs closed 6 years ago

cbuijs commented 6 years ago

In a running environment, restarting UNBOUND to get the black/whitelist updated or reloaded is not the most ideal situation.

We need a "refresh" routine that can do this "during operation".

I need to study this and might hit the limits of the UNBOUND python module construct. Maybe build a own DNS engine in python as alternative and have more control over the DNS engine? (something like dnspython orginated by Nominum).

cbuijs commented 6 years ago

Done since V5.5+