mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 01:09:01 +08:00
修复Loon http https生成相反的问题 (#62)
This commit is contained in:
parent
638b510c7a
commit
b24db4a907
@ -1560,7 +1560,7 @@ var ProxyUtils = (function () {
|
|||||||
}`;
|
}`;
|
||||||
case "http":
|
case "http":
|
||||||
tls_opts = "";
|
tls_opts = "";
|
||||||
const base = `${proxy.name}=${proxy.tls ? "http" : "https"},${
|
const base = `${proxy.name}=${proxy.tls ? "https" : "http"},${
|
||||||
proxy.server
|
proxy.server
|
||||||
},${proxy.port},${proxy.username || ""},${proxy.password || ""}`;
|
},${proxy.port},${proxy.username || ""},${proxy.password || ""}`;
|
||||||
if (proxy.tls) {
|
if (proxy.tls) {
|
||||||
@ -3176,4 +3176,4 @@ var YAML = (function () {
|
|||||||
return processing_time;
|
return processing_time;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user