[Feat] add Pass type for support temporary skip rule set
This commit is contained in:
MetaCubeX
2022-03-27 23:44:51 +08:00
11 changed files with 67 additions and 21 deletions

View File

@ -62,6 +62,7 @@ func (v *Vless) StreamConn(c net.Conn, metadata *C.Metadata) (net.Conn, error) {
case "ws":
host, port, _ := net.SplitHostPort(v.addr)
wsOpts := &vmess.WebsocketConfig{
Host: host,
Port: port,