mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns features
This commit is contained in:
parent
0cb7b820c9
commit
9ca5e9dd89
@ -143,6 +143,19 @@ avoid being tracked by the provider of your upstream DNS server.
|
|||||||
168.192.in-addr.arpa, 16-31.172.in-addr.arpa, which enabling upstream
|
168.192.in-addr.arpa, 16-31.172.in-addr.arpa, which enabling upstream
|
||||||
DNS server(s) to be used for reverse lookups of these zones.
|
DNS server(s) to be used for reverse lookups of these zones.
|
||||||
|
|
||||||
|
.. cfgcmd:: set service dns forwarding serve-stale-extension <0-65535>
|
||||||
|
|
||||||
|
Maximum number of times an expired record’s TTL is extended by 30s when
|
||||||
|
serving stale. Extension only occurs if a record cannot be refreshed. A
|
||||||
|
value of 0 means the Serve Stale mechanism is not used. To allow records
|
||||||
|
becoming stale to be served for an hour, use a value of 120.
|
||||||
|
|
||||||
|
.. cfgcmd:: set service dns forwarding exclude-throttle-address <ip|prefix>
|
||||||
|
|
||||||
|
When an authoritative server does not answer a query or sends a reply the
|
||||||
|
recursor does not like, it is throttled. Any servers matching the supplied
|
||||||
|
netmasks will never be throttled.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user