1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00

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

fix sniff http ipv6 address
This commit is contained in:
Victoria Raymond 2018-12-10 23:10:02 +01:00 committed by GitHub
commit 9d27d42139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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