]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/unbound/unbound.conf
Core Update 168: Ship fcrontab and rebuild it from scratch
[ipfire-2.x.git] / config / unbound / unbound.conf
index 3aab6ea463d5bf8c80cef58738b57a2a6ae14396..9d5e840dd4a59bc2eff70ca71bb9501220178b74 100644 (file)
@@ -27,9 +27,6 @@ server:
        prefetch: yes
        prefetch-key: yes
 
-       # Randomise any cached responses
-       rrset-roundrobin: yes
-
        # Privacy Options
        hide-identity: yes
        hide-version: yes
@@ -47,9 +44,6 @@ server:
        # TLS
        tls-cert-bundle: /etc/ssl/certs/ca-bundle.crt
 
-       # EDNS Buffer Size (#12240)
-       edns-buffer-size: 1232
-
        # Harden against DNS cache poisoning
        unwanted-reply-threshold: 1000000
 
@@ -60,6 +54,9 @@ server:
        # Allow access from everywhere
        access-control: 0.0.0.0/0 allow
 
+       # Timeout behaviour
+       infra-keep-probing: yes
+
        # Bootstrap root servers
        root-hints: "/etc/unbound/root.hints"