On Wed, Apr 8, 2020 at 7:41 PM Ali Hassan <alidevelope...@gmail.com> 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/24dd3780ca4f75fed9f321890729414a4b5d3f13#r35210450
which
is a change intended to make the Go DNS code more compliant with the
relevant standards. That change, however, makes it less tolerant of DNS
servers that violate those standards.

P.S., Please don't include pictures of your code and error messages.
Copy/paste the actual text.

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 unmarshal DNS message
>>
>> *Mongoclient code :*
>>
>> [image: Capture.JPG]
>>
>> [image: Capture.JPG]
>>
>> Please help me
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/079430fd-01cb-4273-9dab-0532ae9b210c%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/079430fd-01cb-4273-9dab-0532ae9b210c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CABx2%3DD-4zQzBo2xr4agrtdFvAsaf_iJaHMkEpw1g-i4M%2Bo7xzw%40mail.gmail.com.

Reply via email to