mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-12 08:29:00 +08:00
Minor bug fix
This commit is contained in:
parent
8fe645ac3f
commit
467c03c9d3
4
backend/dist/sub-store-parser.loon.min.js
vendored
4
backend/dist/sub-store-parser.loon.min.js
vendored
File diff suppressed because one or more lines are too long
@ -35,7 +35,7 @@ function shadowsocks(proxy) {
|
|||||||
// obfs
|
// obfs
|
||||||
if (isPresent(proxy, 'plugin')) {
|
if (isPresent(proxy, 'plugin')) {
|
||||||
if (proxy.plugin === 'obfs') {
|
if (proxy.plugin === 'obfs') {
|
||||||
result.append(`,obfs=${proxy['plugin-opts']}`);
|
result.append(`,obfs=${proxy['plugin-opts'].mode}`);
|
||||||
result.appendIfPresent(
|
result.appendIfPresent(
|
||||||
`,obfs-host=${proxy['plugin-opts'].host}`,
|
`,obfs-host=${proxy['plugin-opts'].host}`,
|
||||||
'plugin-opts.host',
|
'plugin-opts.host',
|
||||||
|
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