Explorar o código

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

fix sniff http ipv6 address
Victoria Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
9d27d42139
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"