diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-06 14:34:35 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-06 14:34:35 +0200 |
commit | 5e4eadf0a118d8ca5d29ad39b0cef9ac2491b89c (patch) | |
tree | 52aab46de666e0a216514cc4a7ed31abb1dc78e1 /docs | |
parent | 2d78e7c72dcb006e9a8a9ccc4f263e84c7a12df8 (diff) | |
download | vyos-documentation-5e4eadf0a118d8ca5d29ad39b0cef9ac2491b89c.tar.gz vyos-documentation-5e4eadf0a118d8ca5d29ad39b0cef9ac2491b89c.zip |
T5445: dyndns: add possibility to specify update interval (timeout)
Diffstat (limited to 'docs')
-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 |