diff options
Diffstat (limited to 'contrib/unbound/doc/example.conf.in')
| -rw-r--r-- | contrib/unbound/doc/example.conf.in | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/contrib/unbound/doc/example.conf.in b/contrib/unbound/doc/example.conf.in index ef9a5a264c64..191b58f30b69 100644 --- a/contrib/unbound/doc/example.conf.in +++ b/contrib/unbound/doc/example.conf.in @@ -1,7 +1,7 @@  #  # Example configuration file.  # -# See unbound.conf(5) man page, version 1.24.0. +# See unbound.conf(5) man page, version 1.24.1.  #  # this is a comment. @@ -196,6 +196,10 @@ server:  	# Limit on upstream queries for an incoming query and its recursion.  	# max-global-quota: 200 +	# Should the scrubber remove promiscuous NS from positive answers, +	# protects against poison attempts. +	# iter-scrub-promiscuous: yes +  	# msec for waiting for an unknown server to reply.  Increase if you  	# are behind a slow satellite link, to eg. 1128.  	# unknown-server-time-limit: 376 | 
