logpolicy: remove deprecated DualStack directive.

Signed-off-by: David Anderson <danderson@tailscale.com>
reviewable/pr425/r1
David Anderson 5 years ago
parent a6bd3a7e53
commit 1617a232e1

@ -253,7 +253,6 @@ func newLogtailTransport(host string) *http.Transport {
nd := netns.Dialer()
nd.Timeout = 30 * time.Second
nd.KeepAlive = 30 * time.Second
nd.DualStack = true
t0 := time.Now()
c, err := nd.DialContext(ctx, netw, addr)
d := time.Since(t0).Round(time.Millisecond)

Loading…
Cancel
Save