diff --git a/scripts/sub-store-parser.js b/scripts/sub-store-parser.js index 04cdd6f..df3360e 100644 --- a/scripts/sub-store-parser.js +++ b/scripts/sub-store-parser.js @@ -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; }, }; -})(); \ No newline at end of file +})();