mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Update documentation for 'outbound-msg-retry:'.
This commit is contained in:
parent
12cd495d55
commit
309e23515e
3 changed files with 11 additions and 4 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
19 July 2022: George
|
||||||
|
- Update documentation for 'outbound-msg-retry:'.
|
||||||
|
|
||||||
15 July 2022: Wouter
|
15 July 2022: Wouter
|
||||||
- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
|
- Merge PR 714: Avoid treat normal hosts as unresponsive servers.
|
||||||
And fixup the lock code.
|
And fixup the lock code.
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,8 @@ server:
|
||||||
# perform connect for UDP sockets to mitigate ICMP side channel.
|
# perform connect for UDP sockets to mitigate ICMP side channel.
|
||||||
# udp-connect: yes
|
# udp-connect: yes
|
||||||
|
|
||||||
# The number of retries when a non-positive response is received.
|
# The number of retries, per upstream nameserver in a delegation, when
|
||||||
|
# a throwaway response (also timeouts) is received.
|
||||||
# outbound-msg-retry: 5
|
# outbound-msg-retry: 5
|
||||||
|
|
||||||
# msec for waiting for an unknown server to reply. Increase if you
|
# msec for waiting for an unknown server to reply. Increase if you
|
||||||
|
|
|
||||||
|
|
@ -1758,9 +1758,12 @@ set ip\-ratelimit to a suspicious rate to aggressively limit unusually high
|
||||||
traffic. Default is off.
|
traffic. Default is off.
|
||||||
.TP 5
|
.TP 5
|
||||||
.B outbound\-msg\-retry: \fI<number>
|
.B outbound\-msg\-retry: \fI<number>
|
||||||
The number of retries Unbound will do in case of a non positive response is
|
The number of retries, per upstream nameserver in a delegation, that Unbound
|
||||||
received. If a forward nameserver is used, this is the number of retries per
|
will attempt in case a throwaway response is received.
|
||||||
forward nameserver in case of throwaway response.
|
No response (timeout) contributes to the retry counter.
|
||||||
|
If a forward/stub zone is used, this is the number of retries per nameserver in
|
||||||
|
the zone.
|
||||||
|
Default is 5.
|
||||||
.TP 5
|
.TP 5
|
||||||
.B fast\-server\-permil: \fI<number>
|
.B fast\-server\-permil: \fI<number>
|
||||||
Specify how many times out of 1000 to pick from the set of fastest servers.
|
Specify how many times out of 1000 to pick from the set of fastest servers.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue