fix: should resolve #246 and resolves #247

This commit is contained in:
Qv2ray Bot 2020-01-16 15:46:40 +08:00
parent f005d66694
commit 992ffc2a86
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2803
2804

View File

@ -211,8 +211,8 @@ namespace Qv2ray
__vmess_checker__func(id, empty_arg)
__vmess_checker__func(net, << "tcp" << "http" << "h2" << "ws" << "kcp" << "domainsocket" << "quic")
__vmess_checker__func(type, << "none" << "http" << "srtp" << "utp" << "wechat-video")
__vmess_checker__func(path, empty_arg)
__vmess_checker__func(host, empty_arg)
__vmess_checker__func(path, << "")
__vmess_checker__func(host, << "")
__vmess_checker__func(tls, << "")
//
port = vmessConf["port"].toVariant().toInt();