修复QX VMess解析的一处错误

This commit is contained in:
Peng-YM 2020-11-09 19:50:02 +08:00
parent afa88a79a9
commit 650810bcba
2 changed files with 3 additions and 3 deletions

View File

@ -1698,7 +1698,7 @@ function QX_Producer() {
},tls-verification=${proxy.scert ? "false" : "true"}`; },tls-verification=${proxy.scert ? "false" : "true"}`;
} else { } else {
// ws // ws
obfs_opts = `,obfs=ws,${ obfs_opts = `,obfs=ws${
proxy["ws-headers"].Host ? ",obfs-host=" + proxy["ws-headers"].Host : "" proxy["ws-headers"].Host ? ",obfs-host=" + proxy["ws-headers"].Host : ""
}${ }${
proxy["ws-path"] ? ",obfs-uri=" + proxy["ws-path"] : "" proxy["ws-path"] ? ",obfs-uri=" + proxy["ws-path"] : ""

File diff suppressed because one or more lines are too long