]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
unbound.conf: do not set defaults again
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 1 Feb 2021 17:47:27 +0000 (18:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Feb 2021 10:54:31 +0000 (10:54 +0000)
These are meanwhile set by Unbound upstream as well, so there is no need
to do things twice here.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/unbound/unbound.conf

index f78aaae8c73e862be8e76b8e005a43237dfd93e1..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