mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #492: module-config respip missing in unbound.conf.5.in man
page. Merges #494 from he32. Remove comment line (?) from man page.
This commit is contained in:
parent
2749132bf7
commit
58eeeeb989
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
- Move the NSEC3 max iterations count in line with the 150 value
|
- Move the NSEC3 max iterations count in line with the 150 value
|
||||||
used by BIND, Knot and PowerDNS. This sets the default value
|
used by BIND, Knot and PowerDNS. This sets the default value
|
||||||
for it in the configuration to 150 for all key sizes.
|
for it in the configuration to 150 for all key sizes.
|
||||||
|
- Fix #492: module-config respip missing in unbound.conf.5.in man
|
||||||
|
page. Merges #494 from he32.
|
||||||
|
|
||||||
21 May 2021: Wouter
|
21 May 2021: Wouter
|
||||||
- Test code has -q option for quiet output.
|
- Test code has -q option for quiet output.
|
||||||
|
|
|
||||||
|
|
@ -1027,7 +1027,6 @@ from the query ID, for speed and thread safety). Default is yes.
|
||||||
.TP
|
.TP
|
||||||
.B minimal-responses: \fI<yes or no>
|
.B minimal-responses: \fI<yes or no>
|
||||||
If yes, Unbound doesn't insert authority/additional sections into response
|
If yes, Unbound doesn't insert authority/additional sections into response
|
||||||
.\" '
|
|
||||||
messages when those sections are not required. This reduces response
|
messages when those sections are not required. This reduces response
|
||||||
size significantly, and may avoid TCP fallback for some responses.
|
size significantly, and may avoid TCP fallback for some responses.
|
||||||
This may cause a slight speedup. The default is yes, even though the DNS
|
This may cause a slight speedup. The default is yes, even though the DNS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue