Browse Source

Merge pull request #1470 from comwrg/fix-sniff-http-ipv6

fix sniff http ipv6 address
Victoria Raymond 7 years ago
parent
commit
9d27d42139
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/protocol/http/sniff.go

+ 1 - 0
common/protocol/http/sniff.go

@@ -3,6 +3,7 @@ package http
 import (
 	"bytes"
 	"errors"
+	"net"
 	"strings"
 
 	"v2ray.com/core/common"