mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 02:28:58 +08:00
parent
1fb453c106
commit
f3b780370c
@ -1653,7 +1653,7 @@ function QX_Producer() {
|
|||||||
path ? ",obfs-uri=" + path : ""
|
path ? ",obfs-uri=" + path : ""
|
||||||
}`;
|
}`;
|
||||||
}
|
}
|
||||||
return `shadowsocks = ${proxy.server}:${proxy.port}, method=${
|
return `shadowsocks=${proxy.server}:${proxy.port}, method=${
|
||||||
proxy.cipher
|
proxy.cipher
|
||||||
}, password=${proxy.password}${obfs_opts}${
|
}, password=${proxy.password}${obfs_opts}${
|
||||||
proxy.tfo ? ", fast-open=true" : ", fast-open=false"
|
proxy.tfo ? ", fast-open=true" : ", fast-open=false"
|
||||||
@ -1705,7 +1705,7 @@ function QX_Producer() {
|
|||||||
case "trojan":
|
case "trojan":
|
||||||
return `trojan=${proxy.server}:${proxy.port},password=${
|
return `trojan=${proxy.server}:${proxy.port},password=${
|
||||||
proxy.password
|
proxy.password
|
||||||
}${proxy.sni ? ",tls-host=" + proxy.sni : ""},tls-verification=${
|
}${proxy.sni ? ",tls-host=" + proxy.sni : ""},over-tls=true,tls-verification=${
|
||||||
proxy.scert ? "false" : "true"
|
proxy.scert ? "false" : "true"
|
||||||
}${proxy.tfo ? ",fast-open=true" : ",fast-open=false"}${
|
}${proxy.tfo ? ",fast-open=true" : ",fast-open=false"}${
|
||||||
proxy.udp ? ",udp-relay=true" : ",udp-relay=false"
|
proxy.udp ? ",udp-relay=true" : ",udp-relay=false"
|
||||||
|
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