add query_all_nameservers config option

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-26 21:32:10 -04:00 committed by June
parent cb12f285e9
commit 3d0f0cc1ce
4 changed files with 29 additions and 1 deletions

View file

@ -413,6 +413,12 @@ url_preview_check_root_domain = false
# Number of retries after a timeout.
#dns_attempts = 5
# Enable to query all nameservers until the domain is found. Referred to as "trust_negative_responses" in hickory_resolver.
# This can avoid useless DNS queries if the first nameserver responds with NXDOMAIN or an empty NOERROR response.
#
# The default is to query one nameserver and stop (false).
#query_all_nameservers = false
### Request Timeouts, Connection Timeouts, and Connection Pooling