Skip to content

Commit ab3480e

Browse files
authored
Merge pull request #1167 from pi-hole/tweak/unbound_edns_size
unbound guide: Remove edns-packet-max recommendation
2 parents f692d22 + 35bb519 commit ab3480e

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

docs/guides/dns/unbound.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,6 @@ dig pi-hole.net @127.0.0.1 -p 5335
156156

157157
The first query may be quite slow, but subsequent queries, also to other domains under the same TLD, should be fairly quick.
158158

159-
You should also consider adding
160-
161-
``` plain
162-
edns-packet-max=1232
163-
```
164-
165-
to a config file like `/etc/dnsmasq.d/99-edns.conf` to signal FTL to adhere to this limit.
166-
167159
### Test validation
168160

169161
You can test DNSSEC validation using
@@ -222,16 +214,14 @@ sudo service unbound restart
222214
!!! warning
223215
It's not recommended to increase verbosity for daily use, as unbound logs a lot. But it might be helpful for debugging purposes.
224216

225-
There are five levels of verbosity
217+
There are five levels of verbosity:
226218

227-
```
228-
Level 0 means no verbosity, only errors
229-
Level 1 gives operational information
230-
Level 2 gives detailed operational information
231-
Level 3 gives query level information
232-
Level 4 gives algorithm level information
233-
Level 5 logs client identification for cache misses
234-
```
219+
- Level 0 means no verbosity, only errors
220+
- Level 1 gives operational information
221+
- Level 2 gives detailed operational information
222+
- Level 3 gives query level information
223+
- Level 4 gives algorithm level information
224+
- Level 5 logs client identification for cache misses
235225

236226
First, specify the log file, human-readable timestamps and the verbosity level in the `server` part of
237227
`/etc/unbound/unbound.conf.d/pi-hole.conf`:

0 commit comments

Comments
 (0)