mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 14:36:05 +03:00
[GH-ISSUE #27] v1.7.0 can't query NextDNS #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timkgh on GitHub (Jun 4, 2022).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/27
dnslookup google.com tls://dns.nextdns.io
dnslookup v. v1.7.0
2022/06/04 13:49:56 Cannot make the DNS request: getting connection to tls://dns.nextdns.io:853: connecting to dns.nextdns.io: x509: “dns.nextdns.io” certificate is not standards compliant
Not sure whether the problem is on the NextDNS side or dnslookup issue.
This is the dnslookup darwin build running on macOS 12.4
@ameshkov commented on GitHub (Jun 20, 2022):
It seems to be a macOS-specific issue with Golang: https://github.com/golang/go/issues/51991
Some people in that thread claim that it goes away after the macOS update.