@@ -143,6 +143,19 @@ avoid being tracked by the provider of your upstream DNS server.
143
143
168.192.in-addr.arpa, 16-31.172.in-addr.arpa, which enabling upstream
144
144
DNS server(s) to be used for reverse lookups of these zones.
145
145
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
+
146
159
Example
147
160
=======
148
161
@@ -381,12 +394,12 @@ By default, ddclient_ will update a dynamic dns record using the IP address
381
394
directly attached to the interface. If your VyOS instance is behind NAT, your
382
395
record will be updated to point to your internal IP.
383
396
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.
390
403
391
404
This functionality is controlled by adding the following configuration:
392
405
0 commit comments