Libraries
»
mihari
(5.1.0)
»
Index (G)
»
Mihari
»
Structs
»
GooglePublicDNS
Module: Mihari::Structs::GooglePublicDNS
Defined in:
lib/mihari/structs/google_public_dns.rb
Defined Under Namespace
Classes:
Answer
,
Response
Constant Summary
collapse
INT_TYPE_TO_TYPE =
{
1
=>
"
A
"
,
2
=>
"
NS
"
,
5
=>
"
CNAME
"
,
16
=>
"
TXT
"
,
28
=>
"
AAAA
"
}