From b24db4a907021d8066cc8346f9abe4daeb2e7bc7 Mon Sep 17 00:00:00 2001 From: KotaHv <92137267+KotaHv@users.noreply.github.com> Date: Sat, 23 Oct 2021 21:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DLoon=20http=20https=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9B=B8=E5=8F=8D=E7=9A=84=E9=97=AE=E9=A2=98=20(#62)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/sub-store-parser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +})();