dnslib ~master (2021-06-17T16:36:39Z)
Dub
Repo
DnsOptions
dnslib
defs
Undocumented in source.
struct
DnsOptions {
string
name
;
dnsType
type
;
bool
recursionDesired
;
bool
reverse
;
bool
hexStdin
;
Protocol
protocol
;
string
server
;
string
serverName
;
bool
trusted
;
string
trustedCertificateFile
;
ushort
udpTcpPort
;
ushort
tlsPort
;
bool
printData
;
bool
printParsing
;
bool
verbose
;
bool
quiet
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
hexStdin
bool
hexStdin
;
Undocumented in source.
name
string
name
;
Undocumented in source.
printData
bool
printData
;
Undocumented in source.
printParsing
bool
printParsing
;
Undocumented in source.
protocol
Protocol
protocol
;
Undocumented in source.
quiet
bool
quiet
;
Undocumented in source.
recursionDesired
bool
recursionDesired
;
Undocumented in source.
reverse
bool
reverse
;
Undocumented in source.
server
string
server
;
Undocumented in source.
serverName
string
serverName
;
Undocumented in source.
tlsPort
ushort
tlsPort
;
Undocumented in source.
trusted
bool
trusted
;
Undocumented in source.
trustedCertificateFile
string
trustedCertificateFile
;
Undocumented in source.
type
dnsType
type
;
Undocumented in source.
udpTcpPort
ushort
udpTcpPort
;
Undocumented in source.
verbose
bool
verbose
;
Undocumented in source.
Meta
Source
See Implementation
dnslib
defs
enums
Protocol
dnsClass
dnsHeaderFlagQueryResponse
dnsMessageValidateCode
dnsOpCode
dnsResponseCode
dnsType
functions
classValidate
dnsHeaderFlagQueryResponseToString
messageValidateCodeToString
opCodeToString
opCodeValidate
queryClassToString
responseCodeToString
responseCodeValidate
typeValidate
structs
DnsOptions
dnsHeader
dnsHeaderFlags
dnsMessage
querySection
responseSection