Closed Miniwoffer closed 11 months ago
I wrote some tests: https://github.com/domainr/dnsr/pull/112
I found out that changing from TCP to UDP in exchangeIP
seems to fix the issue
Looks like tc bit is set on the response, so it should discard and retry on TCP.
Il write a fix
First off great lib, okay so when I do
resolver.ResolveCtx(ctx, "google.com.", "TXT")
I get 6 TXT records:Resolver settings:
but if i try dig i get a lot more TXT records
I also tried with
cloudflare.com.
it should have a bunch of TXT records but dnsr returns 0 TXT records.