diff options
Diffstat (limited to 'net/unbound/files/unbound.uci')
-rw-r--r-- | net/unbound/files/unbound.uci | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/unbound/files/unbound.uci b/net/unbound/files/unbound.uci index 12809b95d..f796a5802 100644 --- a/net/unbound/files/unbound.uci +++ b/net/unbound/files/unbound.uci @@ -19,6 +19,7 @@ config unbound option protocol 'default' option query_minimize '0' option query_min_strict '0' + option rate_limit '0' option rebind_localhost '0' option rebind_protection '1' option recursion 'default' @@ -34,6 +35,7 @@ config unbound #list domain_insecure 'ntp.example.com' config zone + # cache the root zone all at once to speed up recursion option enabled '0' option fallback '1' option url_dir 'https://www.internic.net/domain/' @@ -46,6 +48,7 @@ config zone list zone_name 'ip6.arpa.' config zone + # forward ISP account management to DHCP announced DNS servers option enabled '0' option fallback '1' option resolv_conf '1' |