fix : wireformat to query Type A only because Any type is not always supported (dnsmasq)

This commit is contained in:
Antoine 2020-11-09 03:34:40 +01:00
parent 967b604bba
commit a19dbb1808
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func main() {
Question: []dns.Question{
dns.Question{
dns.Fqdn(*domainToResolve),
dns.TypeANY,
dns.TypeA,
dns.ClassINET,
},
},