Skip to content

Commit f0dc4ee

Browse files
authored
Merge branch 'vyos:master' into master
2 parents 7132481 + 9ca5e9d commit f0dc4ee

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

docs/configuration/service/dns.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,19 @@ avoid being tracked by the provider of your upstream DNS server.
143143
168.192.in-addr.arpa, 16-31.172.in-addr.arpa, which enabling upstream
144144
DNS server(s) to be used for reverse lookups of these zones.
145145

146+
.. cfgcmd:: set service dns forwarding serve-stale-extension <0-65535>
147+
148+
Maximum number of times an expired record’s TTL is extended by 30s when
149+
serving stale. Extension only occurs if a record cannot be refreshed. A
150+
value of 0 means the Serve Stale mechanism is not used. To allow records
151+
becoming stale to be served for an hour, use a value of 120.
152+
153+
.. cfgcmd:: set service dns forwarding exclude-throttle-address <ip|prefix>
154+
155+
When an authoritative server does not answer a query or sends a reply the
156+
recursor does not like, it is throttled. Any servers matching the supplied
157+
netmasks will never be throttled.
158+
146159
Example
147160
=======
148161

@@ -381,12 +394,12 @@ By default, ddclient_ will update a dynamic dns record using the IP address
381394
directly attached to the interface. If your VyOS instance is behind NAT, your
382395
record will be updated to point to your internal IP.
383396

384-
Above, command syntax isn noted to configure dynamic dns on a specific interface.
385-
It is possible to overlook the additional address option, web, when completeing
386-
those commands. ddclient_ has another way to determine the WAN IP address, using
387-
a web-based url to determine the external IP. Each of the commands above will
388-
need to be modified to use 'web' as the 'interface' specified if this functionality
389-
is to be utilized.
397+
Above, command syntax isn noted to configure dynamic dns on a specific interface.
398+
It is possible to overlook the additional address option, web, when completeing
399+
those commands. ddclient_ has another way to determine the WAN IP address, using
400+
a web-based url to determine the external IP. Each of the commands above will
401+
need to be modified to use 'web' as the 'interface' specified if this functionality
402+
is to be utilized.
390403

391404
This functionality is controlled by adding the following configuration:
392405

0 commit comments

Comments
 (0)