mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 13:09:07 +08:00
fix (core): trojan sni is lost when parsing Clash nodes
#build
This commit is contained in:
parent
4cd525824e
commit
1bfa6ebb2c
4
backend/dist/cron-sync-artifacts.min.js
vendored
4
backend/dist/cron-sync-artifacts.min.js
vendored
File diff suppressed because one or more lines are too long
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
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sub-store",
|
||||
"version": "2.11.2",
|
||||
"version": "2.11.3",
|
||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
@ -300,8 +300,10 @@ function Clash_All() {
|
||||
}
|
||||
|
||||
// handle vmess sni
|
||||
proxy.sni = proxy.servername;
|
||||
delete proxy.servername;
|
||||
if (proxy.type === 'vmess') {
|
||||
proxy.sni = proxy.servername;
|
||||
delete proxy.servername;
|
||||
}
|
||||
|
||||
return proxy;
|
||||
};
|
||||
|
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