mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-04-20 12:49:33 +08:00
fix: 修复 ss shadow-tls
This commit is contained in:
parent
15b55f6d1a
commit
16a5995d21
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.19.3",
|
"version": "2.19.4",
|
||||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
|
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -613,7 +613,7 @@ function lastParse(proxy) {
|
|||||||
proxy['tls-fingerprint'] = rs.generateFingerprint(caStr);
|
proxy['tls-fingerprint'] = rs.generateFingerprint(caStr);
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
['shadowsocks'].includes(proxy.type) &&
|
['ss'].includes(proxy.type) &&
|
||||||
isPresent(proxy, 'shadow-tls-password')
|
isPresent(proxy, 'shadow-tls-password')
|
||||||
) {
|
) {
|
||||||
proxy.plugin = 'shadow-tls';
|
proxy.plugin = 'shadow-tls';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user