We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6129f2b commit 8fed55fCopy full SHA for 8fed55f
1 file changed
app/dns/nameserver_tcp.go
@@ -82,7 +82,7 @@ func baseTCPNameServer(url *url.URL, prefix string) (*TCPNameServer, error) {
82
return nil, err
83
}
84
85
- dest := net.TCPDestination(net.DomainAddress(url.Hostname()), port)
+ dest := net.TCPDestination(net.ParseAddress(url.Hostname()), port)
86
87
s := &TCPNameServer{
88
destination: dest,
0 commit comments