mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
Removed Surge vmess encrypt-method (#116)
This commit is contained in:
@@ -107,11 +107,11 @@ function vmess(proxy) {
|
||||
result.append(`${proxy.name}=${proxy.type},${proxy.server},${proxy.port}`);
|
||||
result.appendIfPresent(`,username=${proxy.uuid}`, 'uuid');
|
||||
|
||||
if (proxy.cipher === 'auto') {
|
||||
result.append(`,encrypt-method=none`);
|
||||
} else {
|
||||
result.append(`,encrypt-method=${proxy.cipher}`);
|
||||
}
|
||||
// if (proxy.cipher === 'auto') {
|
||||
// result.append(`,encrypt-method=none`);
|
||||
// } else {
|
||||
// result.append(`,encrypt-method=${proxy.cipher}`);
|
||||
// }
|
||||
|
||||
if (isPresent(proxy, 'network')) {
|
||||
if (proxy.network === 'ws') {
|
||||
|
||||
Reference in New Issue
Block a user