ameshkov / dnslookup

Simple command line utility to make DNS lookups to the specified server
MIT License
816 stars 72 forks source link

Can not use tls://94.140.14.14 in windows7 #29

Closed Lanius-collaris closed 2 years ago

Lanius-collaris commented 2 years ago

./dnslookup github.com tls://94.140.14.14

error:

2022/07/31 15:14:34 Cannot make the DNS request: getting connection to tls://94.
140.14.14:853: connecting to 94.140.14.14: x509: certificate is valid for 94.140
.14.14, 94.140.14.140, 94.140.14.141, 94.140.14.15, 94.140.15.15, 94.140.15.16,
not 94.140.14.14
ameshkov commented 2 years ago

This is an old golang issue and I don't think they'll fix it since Windows 7 is not supported anymore