mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 01:18:59 +08:00
fix: 修复 Loon Hysteria2 salamander 混淆
This commit is contained in:
parent
11d9ce7372
commit
c1a9fc6abc
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.14.340",
|
"version": "2.14.341",
|
||||||
"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": {
|
||||||
|
@ -424,7 +424,7 @@ function hysteria2(proxy) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (proxy['obfs-password'] && proxy.obfs == 'salamander') {
|
if (proxy['obfs-password'] && proxy.obfs == 'salamander') {
|
||||||
result.append(`,salamander-password="${proxy['obfs-password']}"`);
|
result.append(`,salamander-password=${proxy['obfs-password']}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
// tfo
|
// tfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user