Skip to content

Commit

Permalink
Add skip_cert_verify support in Quantumult X (tindy2013#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiocode authored Apr 22, 2020
1 parent 8662aa3 commit e5f7352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/subexport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e5f7352

Please sign in to comment.