unbound.conf: do not set defaults again

Message ID 80163728-bb77-5bea-d447-1478b52475fe@ipfire.org
State Accepted
Commit 89b044918573826c2b52b27293a81d66ac0504e1
Headers
Series unbound.conf: do not set defaults again |

Commit Message

Peter Müller Feb. 1, 2021, 5:47 p.m. UTC
  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>
---
 config/unbound/unbound.conf | 6 ------
 1 file changed, 6 deletions(-)
  

Patch

diff --git a/config/unbound/unbound.conf b/config/unbound/unbound.conf
index f78aaae8c..9d5e840dd 100644
--- a/config/unbound/unbound.conf
+++ b/config/unbound/unbound.conf
@@ -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