mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
unbound: Fix DNS forwarder test
The previous version aborted when the validation test suceeded, but this is not always sufficient in case a provider filters any DNSKEY, DS or RRSIG records. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
etc/rc.d/init.d/unbound
|
||||
etc/syslog.conf
|
||||
etc/unbound/unbound.conf
|
||||
srv/web/ipfire/cgi-bin/fwhosts.cgi
|
||||
|
||||
@@ -43,6 +43,9 @@ ldconfig
|
||||
# Update Language cache
|
||||
#/usr/local/bin/update-lang-cache
|
||||
|
||||
# Reload unbound upstream name servers
|
||||
/etc/init.d/unbound update-forwarders
|
||||
|
||||
# Start services
|
||||
/etc/init.d/sysklogd restart
|
||||
if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
|
||||
|
||||
Reference in New Issue
Block a user