We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790d5fe commit 2de0209Copy full SHA for 2de0209
internal/privnet/sixpn.go
@@ -75,7 +75,7 @@ func getResolver() *net.Resolver {
75
nameserver = net.JoinHostPort(nameserver, "53")
76
return &net.Resolver{
77
PreferGo: true,
78
- Dial: func(ctx context.Context, network, address string) (net.Conn, error) {
+ Dial: func(ctx context.Context, network, _address string) (net.Conn, error) {
79
d := net.Dialer{
80
Timeout: 1 * time.Second,
81
}
0 commit comments