On Wed, Apr 8, 2020 at 7:41 PM Ali Hassan wrote:
> how to resolve dns problem
>
I googled "cannot unmarshal DNS message" and the top result was
https://github.com/golang/go/issues/37362 which seems relevant. It leads to
https://github.com/golang/net/commit/24dd3780ca4f75fed9f321890729414a4b5d3f1
how to resolve dns problem
On Wednesday, April 8, 2020 at 7:56:42 PM UTC+5, Ali Hassan wrote:
>
> I want build connection with mongodb and go1.14 linux/amd
> But it throw this
> error parsing uri : lookup abc-hwykp.mongonet
> on 127.0.0.53:53: cannot
Looks like a problem with DNS.
If I do "dig enigma-hwykp.mongodb.net" I see an empty response (NOERROR, no
A records).
If I do "dig abc-hwykp.mongodb.net" I see an empty response (NXDOMAIN,
non-existent domain).
Either way, you won't be able to use those names for making connections.
So you'l