Closed powellnorma closed 1 year ago
Yes, it's because of DNSSEC.
I'm setting resolver.StrictErrors
to true
which in retrospect may be a bad default.
You can change it yourself, just add resolver.StrictErrors = false
before setting the net.DefaultResolver
.
For a specific domain (roboflow.com) I get the above error. I tried with different resolver endpoints: Cloudflare DoT, Cloudflare DoH, quad9 DoT - But the error always stays the same:
lookup roboflow.com on 127.0.0.1:53: server misbehaving
.When I try another domain (e.g. google.com or even media.roboflow.com), it works fine.
Is this an bug in this library? Or an unsupported feature the DNS server uses?
Maybe it is because of the "Comment" attribute, or the missing "Authority" attribute? (The domain has no AAAA records)
Can you please have a look? Thank you!