Skip to content

Commit

Permalink
Merge pull request #1167 from pi-hole/tweak/unbound_edns_size
Browse files Browse the repository at this point in the history
unbound guide: Remove edns-packet-max recommendation
  • Loading branch information
DL6ER authored Feb 9, 2025
2 parents f692d22 + 35bb519 commit ab3480e
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions docs/guides/dns/unbound.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@ dig pi-hole.net @127.0.0.1 -p 5335

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

You should also consider adding

``` plain
edns-packet-max=1232
```

to a config file like `/etc/dnsmasq.d/99-edns.conf` to signal FTL to adhere to this limit.

### Test validation

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

There are five levels of verbosity
There are five levels of verbosity:

```
Level 0 means no verbosity, only errors
Level 1 gives operational information
Level 2 gives detailed operational information
Level 3 gives query level information
Level 4 gives algorithm level information
Level 5 logs client identification for cache misses
```
- Level 0 means no verbosity, only errors
- Level 1 gives operational information
- Level 2 gives detailed operational information
- Level 3 gives query level information
- Level 4 gives algorithm level information
- Level 5 logs client identification for cache misses

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

0 comments on commit ab3480e

Please sign in to comment.