mirror of
https://github.com/opnsense/core.git
synced 2025-12-10 00:32:09 -06:00
Services: Unbound DNS - fix "configctl unbound check" as it doesn't use a chroot.
ref: https://forum.opnsense.org/index.php?topic=49989.0
This commit is contained in:
parent
8cf3898282
commit
3b01394d56
@ -37,6 +37,7 @@ import time
|
||||
import dns
|
||||
import dns.name
|
||||
import unboundmodule
|
||||
sys.path.insert(0, "/var/unbound/unbound-dnsbl/") # unbound-check doesn't use a chroot
|
||||
sys.path.insert(0, "/unbound-dnsbl/")
|
||||
from lib import Query, ModuleContext
|
||||
from lib.dnsbl import DNSBL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user