feat: add protocol tweaks to dns.Message

This commit is contained in:
Karan Sharma 2022-07-03 10:04:04 +05:30
parent f4d5f30b91
commit 18078cdb7c
7 changed files with 26 additions and 14 deletions

View file

@ -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