diff options
author | Robert Göhler <github@ghlr.de> | 2022-04-07 20:42:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 20:42:21 +0200 |
commit | 3111bb5cfb0c304e0d085737c0858283356d6782 (patch) | |
tree | 4508db30ddfa8459ab5ab488e8f616b76a76caca /docs | |
parent | b71f948427c286c8e2559b47750b0f58b6e4bde2 (diff) | |
parent | 7d027151831059648a4308728eae980d310c7867 (diff) | |
download | vyos-documentation-3111bb5cfb0c304e0d085737c0858283356d6782.tar.gz vyos-documentation-3111bb5cfb0c304e0d085737c0858283356d6782.zip |
Merge pull request #748 from brackendawson/dns-timeout
dns: T4343: document dns forwarding timeout
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/dns.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst index 24e9b26e..aee207a6 100644 --- a/docs/configuration/service/dns.rst +++ b/docs/configuration/service/dns.rst @@ -106,6 +106,13 @@ avoid being tracked by the provider of your upstream DNS server. This setting, which defaults to 3600 seconds, puts a maximum on the amount of time negative entries are cached. +.. cfgcmd:: set service dns forwarding timeout <10-60000> + + The number of milliseconds to wait for a remote authoritative server to + respond before timing out and responding with SERVFAIL. + + This setting defaults to 1500 and is valid between 10 and 60000. + .. cfgcmd:: set service dns forwarding listen-address <address> The local IPv4 or IPv6 addresses to bind the DNS forwarder to. The forwarder |