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