diff options
author | rebortg <github@ghlr.de> | 2023-08-27 21:04:56 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-08-27 21:04:56 +0200 |
commit | 355b459f22544c97bd0332ff06dee1d39a05ac07 (patch) | |
tree | 54b261d0577c48a53695d6cf8392cb130ed2ae0a /docs/configuration/service/dns.rst | |
parent | abd23045bc3bc06fcd6475e3e616056c1870ab0c (diff) | |
parent | 02aafc3df3abebb58832c62ded26c495363ebb3a (diff) | |
download | vyos-documentation-355b459f22544c97bd0332ff06dee1d39a05ac07.tar.gz vyos-documentation-355b459f22544c97bd0332ff06dee1d39a05ac07.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation into localazy-3
Diffstat (limited to 'docs/configuration/service/dns.rst')
-rw-r--r-- | docs/configuration/service/dns.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst index 92677d86..c96c0ab4 100644 --- a/docs/configuration/service/dns.rst +++ b/docs/configuration/service/dns.rst @@ -251,6 +251,12 @@ Configuration Configure optional TTL value on the given resource record. This defaults to 600 seconds. +.. cfgcmd:: set service dns dynamic timeout <60-3600> + + Specify timeout / update interval to check if IP address changed. + + This defaults to 300 seconds. + .. _dns:dynmaic_example: Example |