소스 검색

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

fix sniff http ipv6 address
Victoria Raymond 7 년 전
부모
커밋
9d27d42139
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"