mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-12 04:18:59 +08:00
Removed Surge vmess encrypt-method (#116)
This commit is contained in:
parent
467c03c9d3
commit
340e3746fe
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
@ -107,11 +107,11 @@ function vmess(proxy) {
|
|||||||
result.append(`${proxy.name}=${proxy.type},${proxy.server},${proxy.port}`);
|
result.append(`${proxy.name}=${proxy.type},${proxy.server},${proxy.port}`);
|
||||||
result.appendIfPresent(`,username=${proxy.uuid}`, 'uuid');
|
result.appendIfPresent(`,username=${proxy.uuid}`, 'uuid');
|
||||||
|
|
||||||
if (proxy.cipher === 'auto') {
|
// if (proxy.cipher === 'auto') {
|
||||||
result.append(`,encrypt-method=none`);
|
// result.append(`,encrypt-method=none`);
|
||||||
} else {
|
// } else {
|
||||||
result.append(`,encrypt-method=${proxy.cipher}`);
|
// result.append(`,encrypt-method=${proxy.cipher}`);
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (isPresent(proxy, 'network')) {
|
if (isPresent(proxy, 'network')) {
|
||||||
if (proxy.network === 'ws') {
|
if (proxy.network === 'ws') {
|
||||||
|
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