feat: add protocol tweaks to dns.Message
This commit is contained in:
parent
f4d5f30b91
commit
18078cdb7c
7 changed files with 26 additions and 14 deletions
|
|
@ -39,6 +39,7 @@ type QueryFlags struct {
|
|||
Strategy string `koanf:"strategy" strategy:"-"`
|
||||
InsecureSkipVerify bool `koanf:"skip-hostname-verification" skip-hostname-verification:"-"`
|
||||
TLSHostname string `koanf:"tls-hostname" tls-hostname:"-"`
|
||||
RetryCount int `koanf:"retry" retry:"-"`
|
||||
}
|
||||
|
||||
// Nameserver represents the type of Nameserver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue