mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-07-30 13:52:01 +08:00
feat: UDP 协议跳过设置 utls
This commit is contained in:
parent
9ccd6b3816
commit
66464645f2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.14.450",
|
"version": "2.14.451",
|
||||||
"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": {
|
||||||
|
@ -214,7 +214,11 @@ const tlsParser = (proxy, parsedProxy) => {
|
|||||||
proxy['reality-opts']['short-id'];
|
proxy['reality-opts']['short-id'];
|
||||||
parsedProxy.tls.utls = { enabled: true };
|
parsedProxy.tls.utls = { enabled: true };
|
||||||
}
|
}
|
||||||
if (proxy['client-fingerprint'] && proxy['client-fingerprint'] !== '')
|
if (
|
||||||
|
!['hysteria', 'hysteria2', 'tuic'].includes(proxy.type) &&
|
||||||
|
proxy['client-fingerprint'] &&
|
||||||
|
proxy['client-fingerprint'] !== ''
|
||||||
|
)
|
||||||
parsedProxy.tls.utls = {
|
parsedProxy.tls.utls = {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
fingerprint: proxy['client-fingerprint'],
|
fingerprint: proxy['client-fingerprint'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user