@@ -156,14 +156,6 @@ dig pi-hole.net @127.0.0.1 -p 5335
156
156
157
157
The first query may be quite slow, but subsequent queries, also to other domains under the same TLD, should be fairly quick.
158
158
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
-
167
159
### Test validation
168
160
169
161
You can test DNSSEC validation using
@@ -222,16 +214,14 @@ sudo service unbound restart
222
214
!!! warning
223
215
It's not recommended to increase verbosity for daily use, as unbound logs a lot. But it might be helpful for debugging purposes.
224
216
225
- There are five levels of verbosity
217
+ There are five levels of verbosity:
226
218
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
235
225
236
226
First, specify the log file, human-readable timestamps and the verbosity level in the ` server ` part of
237
227
` /etc/unbound/unbound.conf.d/pi-hole.conf ` :
0 commit comments