about summary refs log tree commit diff
path: root/htping.go
diff options
context:
space:
mode:
Diffstat (limited to 'htping.go')
-rw-r--r--htping.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/htping.go b/htping.go
index 5a052b2..f32611d 100644
--- a/htping.go
+++ b/htping.go
@@ -77,7 +77,6 @@ func newTransport() *transport {
 
 	dialer := &net.Dialer{
 		Timeout:   5 * time.Second,
-		DualStack: true,
 	}
 
 	tr.rtp = &http.Transport{