logpolicy: remove deprecated DualStack directive.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2020-05-29 00:04:28 +00:00
parent a6bd3a7e53
commit 1617a232e1

View File

@ -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)