diff --git a/.DS_Store b/.DS_Store index eec05cb..f94b04a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index 0f60e9f..659c10a 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -440,7 +440,7 @@ function TJ2QX(subs,Pudp,Ptfo,Pcert,Ptls13){ var ntrojan=[] var cnt=list0[i].split("trojan://")[1] type="trojan="; - ip=cnt.split("@")[1].split(":443")[0]+":443"; + ip=cnt.split("@")[1].split(":443")[0]+":443"; pwd="password="+cnt.split("@")[0]; obfs="over-tls=true"; pcert= cnt.indexOf("allowInsecure=0")!= -1? "tls-verification=true":"tls-verification=false";