mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
- UCI option dnsmasq_gate_name typo in few locations - NTP hotplug to check /etc/init.d/unbound not ..dnsmasq Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
23 lines
544 B
Plaintext
23 lines
544 B
Plaintext
config unbound
|
|
option dns64 '0'
|
|
option dns64_prefix '64:ff9b::/96'
|
|
option dnsmasq_gate_name '0'
|
|
option dnsmasq_link_dns '0'
|
|
option dnsmasq_only_local '0'
|
|
option edns_size '1280'
|
|
option listen_port '53'
|
|
option localservice '1'
|
|
option manual_conf '0'
|
|
option query_minimize '0'
|
|
option rebind_localhost '0'
|
|
option rebind_protection '1'
|
|
option recursion 'passive'
|
|
option resource 'small'
|
|
option root_age '28'
|
|
option ttl_min '120'
|
|
option unbound_control '0'
|
|
option validator '0'
|
|
option validator_ntp '1'
|
|
#list domain_insecure ''
|
|
|