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