From 20fede7fdde83ba96db5da2e92358d6b6af2f058 Mon Sep 17 00:00:00 2001 From: Kop-Shawn Date: Wed, 13 May 2020 17:21:57 +0800 Subject: [PATCH] =?UTF-8?q?over-tls=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/resource-parser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index 5912c64..4ec7312 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -1,5 +1,5 @@ /** -# Quantumult X 资源解析器 (2020-05-13: 12:59 ) +# Quantumult X 资源解析器 (2020-05-13: 17:59 ) 本资源解析器作者: Shawn(请勿私聊问怎么用),有bug请反馈: @Shawn_KOP_bot 更新请关注tg频道: https://t.me/QuanX_API @@ -386,7 +386,7 @@ function Pobfs(jsonl,Pcert,Ptls13){ obfsi.push(obfs0,host0+uri0); return obfsi.join(", ") }else if(jsonl.tls=="tls"){ - obfs0="obfs=over-tls, "+tcert+", "+tls13; + obfs0="obfs=over-tls, "+tcert+", "+tls13+", "; uri0=jsonl.path!=""? "obfs-uri="+jsonl.path:""; host0=jsonl.host!=""? "obfs-host="+jsonl.host:""; obfsi.push(obfs0+host0)