Fix QX SSR issue

This commit is contained in:
Peng-YM
2022-06-21 09:24:33 +08:00
parent bca4f06fcd
commit 05b03b5337
4 changed files with 10 additions and 10 deletions

View File

@@ -91,15 +91,15 @@ function shadowsocksr(proxy) {
const append = result.append.bind(result);
const appendIfPresent = result.appendIfPresent.bind(result);
append(`shadowsocksr=${proxy.server}:${proxy.port}`);
append(`shadowsocks=${proxy.server}:${proxy.port}`);
append(`,method=${proxy.cipher}`);
append(`,password=${proxy.password}`);
// ssr protocol
append(`,ssr-protocol=${proxy.protocol}`);
appendIfPresent(
`,ssr-proctol-param=${proxy['proctol-param']}`,
'proctol-param',
`,ssr-protocol-param=${proxy['protocol-param']}`,
'protocol-param',
);
// obfs