mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix to add example.conf note for outbound-msg-retry.
This commit is contained in:
parent
89510f4a0c
commit
ce39d5ad17
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
4 October 2021: Wouter
|
||||||
|
- Fix to add example.conf note for outbound-msg-retry.
|
||||||
|
|
||||||
27 September 2021: Wouter
|
27 September 2021: Wouter
|
||||||
- Implement RFC8375: Special-Use Domain 'home.arpa.'.
|
- Implement RFC8375: Special-Use Domain 'home.arpa.'.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -164,6 +164,9 @@ 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.
|
||||||
|
# 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
|
||||||
# are behind a slow satellite link, to eg. 1128.
|
# are behind a slow satellite link, to eg. 1128.
|
||||||
# unknown-server-time-limit: 376
|
# unknown-server-time-limit: 376
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue