mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-18 13:18:04 +08:00
修复Loon http https生成相反的问题 (#62)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user