mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 02:08:24 +00:00
Default --fast-dns-retries on when doing DNSSEC.
When doing DNSSEC validation, a single downstream query may trigger many upstream queries. On an unreliable network, there may not be enough downstream retries to ensure that all these queries complete.
This commit is contained in:
@@ -114,7 +114,8 @@ which defaults to 1000ms. If the second parameter is given this controls
|
||||
how long the retries will continue for
|
||||
otherwise this defaults to 10000ms. Retries are repeated with exponential
|
||||
backoff. Using this option increases memory usage and
|
||||
network bandwidth.
|
||||
network bandwidth. If not otherwise configured, this option is activated
|
||||
with the default parameters when \fB--dnssec\fP is set.
|
||||
.TP
|
||||
.B \-k, --keep-in-foreground
|
||||
Do not go into the background at startup but otherwise run as
|
||||
|
||||
Reference in New Issue
Block a user