mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
Merge pull request #16 from pi-hole/tweak/unbound
Update Pi-hole + unbound guide
This commit is contained in:
@@ -85,13 +85,13 @@ server:
|
||||
# Require DNSSEC data for trust-anchored zones, if such data is absent, the zone becomes BOGUS
|
||||
harden-dnssec-stripped: yes
|
||||
|
||||
# Use Capitalization randomization
|
||||
# This is an experimental resilience method which uses upper and lower case letters
|
||||
# in the question hostname to obtain randomness. Two names with the same spelling
|
||||
# but different case should be treated as identical. Attackers hoping to poison a
|
||||
# DNS cache must guess the mixed-case encoding of the query. This increases the
|
||||
# difficulty of such an attack significantly
|
||||
use-caps-for-id: yes
|
||||
# Don't use Capitalization randomization as it known to cause DNSSEC issues sometimes
|
||||
# see https://discourse.pi-hole.net/t/unbound-stubby-or-dnscrypt-proxy/9378 for further details
|
||||
use-caps-for-id: no
|
||||
|
||||
# Reduce EDNS reassembly buffer size.
|
||||
# Suggested by the unbound man page to reduce fragmentation reassembly problems
|
||||
edns-buffer-size: 1472
|
||||
|
||||
# TTL bounds for cache
|
||||
cache-min-ttl: 3600
|
||||
@@ -133,4 +133,4 @@ Finally, configure Pi-hole to use your recursive DNS server:
|
||||
|
||||

|
||||
|
||||
(don't forget to hit Return or click on `Save`)
|
||||
(don't forget to hit Return or click on `Save`)
|
||||
|
||||
Reference in New Issue
Block a user