diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-15 15:43:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-15 15:44:04 +0100 |
commit | 2fedcc936fcdd666fcc87d94a9633264ce27786d (patch) | |
tree | 458a0c3fc92c7e5470fc2ef0b465d8081cc63083 | |
parent | 5aff67893b993364cf48edbb927661315927f00d (diff) | |
download | vyos-documentation-2fedcc936fcdd666fcc87d94a9633264ce27786d.tar.gz vyos-documentation-2fedcc936fcdd666fcc87d94a9633264ce27786d.zip |
dns-forwarding: add listen-address option
-rw-r--r-- | docs/services/dns-forwarding.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/services/dns-forwarding.rst b/docs/services/dns-forwarding.rst index bd05395e..b79b631c 100644 --- a/docs/services/dns-forwarding.rst +++ b/docs/services/dns-forwarding.rst @@ -95,6 +95,11 @@ 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. +.. cfgcmd:: set service dns forwarding listen-address + +Local IPv4 or IPv6 addresses to bind to - waiting on this address for incoming +connections. + Example ======= |