mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-04 05:49:35 -05:00
Document max-query-restarts option
This commit is contained in:
parent
07c0d04a14
commit
766244bd81
1 changed files with 5 additions and 0 deletions
|
|
@ -1613,6 +1613,11 @@ option can be used multiple times. The most specific match will be used.
|
|||
EDNS0 option code for the \fIedns\-client\-string\fR option, from 0 to 65535.
|
||||
A value from the `Reserved for Local/Experimental` range (65001-65534) should
|
||||
be used. Default is 65001.
|
||||
.TP 5
|
||||
.B max\-query\-restarts: \fI<number>
|
||||
Set the maximum number of times a query is allowed to restart upon encountering
|
||||
a CNAME record. If a query encounters more than the specified number of CNAME
|
||||
records before resolving, unbound will reply with SERVFAIL. Default is 8.
|
||||
.SS "Remote Control Options"
|
||||
In the
|
||||
.B remote\-control:
|
||||
|
|
|
|||
Loading…
Reference in a new issue