mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-14 06:26:05 +08:00
fix: QX tls
This commit is contained in:
parent
99b19c410d
commit
f8ed6a3342
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sub-store",
|
"name": "sub-store",
|
||||||
"version": "2.14.15",
|
"version": "2.14.16",
|
||||||
"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": {
|
||||||
|
@ -334,11 +334,5 @@ function socks5(proxy) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function needTls(proxy) {
|
function needTls(proxy) {
|
||||||
return (
|
return proxy.tls;
|
||||||
proxy.tls ||
|
|
||||||
proxy.sni ||
|
|
||||||
typeof proxy['skip-cert-verify'] !== 'undefined' ||
|
|
||||||
typeof proxy['tls-fingerprint'] !== 'undefined' ||
|
|
||||||
typeof proxy['tls-host'] !== 'undefined'
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user