mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Add skip_cert_verify support in Quantumult X (#144)
This commit is contained in:
parent
8662aa36cc
commit
e5f7352940
@ -2107,6 +2107,8 @@ void netchToQuanX(std::vector<nodeInfo> &nodes, INIReader &ini, std::vector<rule
|
|||||||
proxyStr += ", fast-open=true";
|
proxyStr += ", fast-open=true";
|
||||||
if(ext.udp)
|
if(ext.udp)
|
||||||
proxyStr += ", udp-relay=true";
|
proxyStr += ", udp-relay=true";
|
||||||
|
if(ext.skip_cert_verify)
|
||||||
|
proxyStr += ", tls-verification=false";
|
||||||
proxyStr += ", tag=" + remark;
|
proxyStr += ", tag=" + remark;
|
||||||
|
|
||||||
ini.Set("{NONAME}", proxyStr);
|
ini.Set("{NONAME}", proxyStr);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user