mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
unbound: add domain resolution control options
- Add domain_forward to permit designated domains to forward instead of recurse as listed in resolve.conf.auto from DHCP WAN client - Update rebind_protection and add rebind_interface to protect IP6 GLA locally just like RFC 1918 protection - Rename trigger to trigger_interface with backwards compatability - Update odhcpd script for efficiency handling many clients Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
@@ -27,7 +27,9 @@ config unbound
|
||||
option unbound_control '0'
|
||||
option validator '0'
|
||||
option validator_ntp '1'
|
||||
list trigger 'lan'
|
||||
list trigger 'wan'
|
||||
#list domain_insecure 'www.example.com'
|
||||
list trigger_interface 'lan'
|
||||
list trigger_interface 'wan'
|
||||
#list rebind_interface 'lan'
|
||||
#list domain_insecure 'ntp.example.com'
|
||||
#list domain_forward 'mail.example.com'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user