mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-05-05 10:38:05 +08:00
Fixed Typo
This commit is contained in:
@@ -2433,7 +2433,7 @@ var ProxyUtils = (function () {
|
||||
const produce = (proxy) => {
|
||||
let obfs_opts, tls_opts, udp_opts, tfo_opts;
|
||||
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') {
|
||||
tfo_opts = proxy.tfo ? ",fast-open=true" : ",fast-open=false";
|
||||
|
||||
Reference in New Issue
Block a user