mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-09-12 19:53:14 +08:00
修复QX VMess解析的一处错误
This commit is contained in:
parent
afa88a79a9
commit
650810bcba
@ -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"] : ""
|
||||||
|
4
backend/sub-store.min.js
vendored
4
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user