Skip to content

Commit

Permalink
update dns scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoliang committed Apr 20, 2022
1 parent 77a1232 commit c0527ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func DNSScatterDialContextFunc(ctx context.Context, network string, addr string)
if err != nil {
return nil, err
}
dialer := net.Dialer{
dialer := &net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
DualStack: true,
Expand Down

0 comments on commit c0527ad

Please sign in to comment.