mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
unbound: improve a few UCI settings
- treat RFC6762 'local.' as nxdomain because avahi and other services will disable if SOA or NS records appear in central DNS. - allow two threads to be enabled with the 'heavy traffic' variant of Unbound packages. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
This commit is contained in:
@@ -62,8 +62,8 @@ service_triggers() {
|
||||
|
||||
|
||||
if [ ! -f "$UB_TOTAL_CONF" ] || [ -n "$UB_BOOT" ] ; then
|
||||
# Unbound is can be a bit heavy, so wait some on first start but any
|
||||
# interface coming up affects the trigger and delay so guarantee start
|
||||
# Unbound can be a bit heavy, so wait some on first start. Any interface
|
||||
# up affects the trigger delay and will guarantee start.
|
||||
procd_add_raw_trigger "interface.*.up" 3000 /etc/init.d/unbound restart
|
||||
|
||||
elif [ -n "$triggers" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user