add query_over_tcp_only config option for hickory
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
62fd6e2c7c
commit
35114dde7d
3 changed files with 12 additions and 0 deletions
|
@ -514,6 +514,12 @@ allow_profile_lookup_federation_requests = true
|
|||
# The default is to query one nameserver and stop (false).
|
||||
#query_all_nameservers = true
|
||||
|
||||
# Enables using *only* TCP for querying your specified nameservers instead of UDP.
|
||||
#
|
||||
# You very likely do *not* want this. hickory-resolver already falls back to TCP on UDP errors.
|
||||
# Defaults to false
|
||||
#query_over_tcp_only = false
|
||||
|
||||
# DNS A/AAAA record lookup strategy
|
||||
#
|
||||
# Takes a number of one of the following options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue