ogham / dog

A command-line DNS client.
https://dns.lookup.dog/
European Union Public License 1.2
6.19k stars 177 forks source link

`Error [network]: No such host is known. (os error 11001)` window 11 #118

Closed NormTurtle closed 9 months ago

NormTurtle commented 1 year ago

dog not working in window at all , Error [network]: No such host is known. (os error 11001)

image

image

some note : i installed it using scoop bucket

SeryiBaran commented 1 year ago

same problem =(

yitsushi commented 1 year ago

The workaround under this issue works: https://github.com/ogham/dog/issues/9

tl;dr: it can't get the dns server, -n DNSSERVER it works

PS> dog efertone.me MX
Error [network]: No such host is known. (os error 11001)

PS> dog -n 1.1.1.1 efertone.me MX
MX efertone.me. 5m00s   10 "mail.protonmail.ch."
MX efertone.me. 5m00s   20 "mailsec.protonmail.ch."

I think this one can be closed as duplicate.