mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-04 11:01:27 +02:00
unbound.conf: do not set defaults again
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>
This commit is contained in:
committed by
Michael Tremer
parent
710b6ef1e8
commit
89b0449185
@@ -27,9 +27,6 @@ server:
|
|||||||
prefetch: yes
|
prefetch: yes
|
||||||
prefetch-key: yes
|
prefetch-key: yes
|
||||||
|
|
||||||
# Randomise any cached responses
|
|
||||||
rrset-roundrobin: yes
|
|
||||||
|
|
||||||
# Privacy Options
|
# Privacy Options
|
||||||
hide-identity: yes
|
hide-identity: yes
|
||||||
hide-version: yes
|
hide-version: yes
|
||||||
@@ -47,9 +44,6 @@ server:
|
|||||||
# TLS
|
# TLS
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-bundle.crt
|
tls-cert-bundle: /etc/ssl/certs/ca-bundle.crt
|
||||||
|
|
||||||
# EDNS Buffer Size (#12240)
|
|
||||||
edns-buffer-size: 1232
|
|
||||||
|
|
||||||
# Harden against DNS cache poisoning
|
# Harden against DNS cache poisoning
|
||||||
unwanted-reply-threshold: 1000000
|
unwanted-reply-threshold: 1000000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user