From 0386e8f8f6f428425ed7fb3bfbe122f7495c85fb Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 13 Oct 2021 09:32:14 +0200 Subject: dns: improve CLI commands by adding missing parameters (cherry picked from commit 90172aca00d3fbddbb474a2248a24e48fddeb981) --- docs/configuration/service/dns.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'docs/configuration/service') diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst index d9ebb01b..d0fe32b3 100644 --- a/docs/configuration/service/dns.rst +++ b/docs/configuration/service/dns.rst @@ -94,16 +94,19 @@ avoid being tracked by the provider of your upstream DNS server. Maximum number of DNS cache entries. 1 million per CPU core will generally suffice for most installations. -.. cfgcmd:: set service dns forwarding negative-ttl + This defaults to 10000. + +.. cfgcmd:: set service dns forwarding negative-ttl <0-7200> A query for which there is authoritatively no answer is cached to quickly deny a record's existence later on, without putting a heavy load on the remote server. In practice, caches can become saturated with hundreds of - thousands of hosts which are tried only once. This setting, which defaults - to 3600 seconds, puts a maximum on the amount of time negative entries are - cached. + thousands of hosts which are tried only once. + + This setting, which defaults to 3600 seconds, puts a maximum on the amount + of time negative entries are cached. -.. cfgcmd:: set service dns forwarding listen-address +.. cfgcmd:: set service dns forwarding listen-address
The local IPv4 or IPv6 addresses to bind the DNS forwarder to. The forwarder will listen on this address for incoming connections. -- cgit v1.2.3