From 8d9b94d3ef12b7a978593bdb130e3b1b16c411fb Mon Sep 17 00:00:00 2001 From: Moritz Schneider Date: Wed, 12 Jun 2019 19:08:59 +0200 Subject: [PATCH] Update documentation for outbound-msg-retry --- doc/unbound.conf.5.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 97e0bf924..b88d4e733 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1454,6 +1454,11 @@ This can make ordinary queries complete (if repeatedly queried for), and enter the cache, whilst also mitigating the traffic flow by the factor given. .TP 5 +.B outbound\-msg\-retry: \fI +The number of retries unbound will do in case of a non positive response is +received. If a forward nameserver is used, this is the number of retries per +forward nameserver in case of throwaway response. +.TP 5 .B fast\-server\-permil: \fI Specify how many times out of 1000 to pick from the set of fastest servers. 0 turns the feature off. A value of 900 would pick from the fastest -- 2.47.3