mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-09 23:59:01 +08:00
Fixed Clash TLS host bug
This commit is contained in:
parent
0d1e0588c5
commit
da71611d70
@ -759,7 +759,7 @@ function ProxyParser(targetPlatform) {
|
||||
.replace(/:(?!\s)/g, ": ")
|
||||
.replace(/\,\"/g, ', "')
|
||||
.replace(/: {/g, ": {, ")
|
||||
.replace(/, (host|path|tls|mux|skip)/g, ", $1")
|
||||
.replace(/, (\"?host|path|tls|mux|skip\"?)/g, ", $1")
|
||||
.replace(/{name: /g, '{name: "')
|
||||
.replace(/, server:/g, '", server:')
|
||||
.replace(/{|}/g, "")
|
||||
|
2
backend/sub-store.min.js
vendored
2
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