mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 02:49: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":
|
||||
tls_opts = "";
|
||||
const base = `${proxy.name}=${proxy.tls ? "http" : "https"},${
|
||||
const base = `${proxy.name}=${proxy.tls ? "https" : "http"},${
|
||||
proxy.server
|
||||
},${proxy.port},${proxy.username || ""},${proxy.password || ""}`;
|
||||
if (proxy.tls) {
|
||||
@ -3176,4 +3176,4 @@ var YAML = (function () {
|
||||
return processing_time;
|
||||
},
|
||||
};
|
||||
})();
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user