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
|
@ -103,6 +103,8 @@ pub(crate) struct Config {
|
|||
pub(crate) dns_tcp_fallback: bool,
|
||||
#[serde(default = "true_fn")]
|
||||
pub(crate) query_all_nameservers: bool,
|
||||
#[serde(default)]
|
||||
pub(crate) query_over_tcp_only: bool,
|
||||
#[serde(default = "default_ip_lookup_strategy")]
|
||||
pub(crate) ip_lookup_strategy: u8,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue