mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 21:25:09 +00:00
bug fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2021-03-30 09:20⟧
|
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2021-03-31 12:20⟧
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot
|
🛠 发现 𝐁𝐔𝐆 请反馈: @Shawn_KOP_bot
|
||||||
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
||||||
@@ -1148,8 +1148,13 @@ function V2QX(subs, Pudp, Ptfo, Pcert, Ptls13) {
|
|||||||
ss = JSON.parse(server);
|
ss = JSON.parse(server);
|
||||||
ip = "vmess=" + ss.add + ":" + ss.port;
|
ip = "vmess=" + ss.add + ":" + ss.port;
|
||||||
pwd = "password=" + ss.id;
|
pwd = "password=" + ss.id;
|
||||||
|
|
||||||
mtd = "method=aes-128-gcm"
|
mtd = "method=aes-128-gcm"
|
||||||
|
try {
|
||||||
tag = "tag=" + decodeURIComponent(ss.ps);
|
tag = "tag=" + decodeURIComponent(ss.ps);
|
||||||
|
} catch (e) {
|
||||||
|
tag = "tag=" + ss.ps;
|
||||||
|
}
|
||||||
udp = Pudp == 1 ? "udp-relay=true" : "udp-relay=false";
|
udp = Pudp == 1 ? "udp-relay=true" : "udp-relay=false";
|
||||||
tfo = Ptfo == 1 ? "fast-open=true" : "fast-open=false";
|
tfo = Ptfo == 1 ? "fast-open=true" : "fast-open=false";
|
||||||
obfs = Pobfs(ss, cert, tls13);
|
obfs = Pobfs(ss, cert, tls13);
|
||||||
|
|||||||
Reference in New Issue
Block a user