fix : wireformat to query Type A only because Any type is not always supported (dnsmasq)
This commit is contained in:
parent
967b604bba
commit
a19dbb1808
@ -46,7 +46,7 @@ func main() {
|
|||||||
Question: []dns.Question{
|
Question: []dns.Question{
|
||||||
dns.Question{
|
dns.Question{
|
||||||
dns.Fqdn(*domainToResolve),
|
dns.Fqdn(*domainToResolve),
|
||||||
dns.TypeANY,
|
dns.TypeA,
|
||||||
dns.ClassINET,
|
dns.ClassINET,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user