Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = Options{ BaseResolvers: DefaultResolvers, MaxRetries: 5, QuestionType: miekgdns.TypeA, }
DefaultOptions contains the default configuration options
View Source
var DefaultResolvers = []string{
"1.1.1.1:53",
"1.0.0.1:53",
"8.8.8.8:53",
"8.8.4.4:53",
"9.9.9.9:53",
}
DefaultResolvers contains the list of resolvers known to be trusted.
Functions ¶
func StringToRequestType ¶
StringToRequestType conversion helper
Types ¶
Click to show internal directories.
Click to hide internal directories.