mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-09-12 19:53:14 +08:00
Fixed Typo
This commit is contained in:
parent
c31034ff29
commit
e764f33956
@ -2433,7 +2433,7 @@ var ProxyUtils = (function () {
|
|||||||
const produce = (proxy) => {
|
const produce = (proxy) => {
|
||||||
let obfs_opts, tls_opts, udp_opts, tfo_opts;
|
let obfs_opts, tls_opts, udp_opts, tfo_opts;
|
||||||
if (typeof proxy.udp !== "undefined") {
|
if (typeof proxy.udp !== "undefined") {
|
||||||
udp_opts = proxy.udp ? ",udp-relay=true" : ",udp-relay=false";
|
udp_opts = proxy.udp ? ",udp=true" : ",udp=false";
|
||||||
}
|
}
|
||||||
if (typeof proxy.tfo !== 'undefined') {
|
if (typeof proxy.tfo !== 'undefined') {
|
||||||
tfo_opts = proxy.tfo ? ",fast-open=true" : ",fast-open=false";
|
tfo_opts = proxy.tfo ? ",fast-open=true" : ",fast-open=false";
|
||||||
|
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