mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-29 04:42:33 +00:00
Fix the bug related to certificate validation in the Hysteria2 protocol.(#17)
This commit is contained in:
@@ -236,9 +236,8 @@ proxyToClash(std::vector<Proxy> &nodes, YAML::Node &yamlnode, const ProxyGroupCo
|
||||
tribool tfo = ext.tfo;
|
||||
udp.define(x.UDP);
|
||||
xudp.define(x.XUDP);
|
||||
scv.define(x.AllowInsecure);
|
||||
scv = x.AllowInsecure;
|
||||
tfo.define(x.TCPFastOpen);
|
||||
|
||||
singleproxy["name"] = x.Remark;
|
||||
singleproxy["server"] = x.Hostname;
|
||||
singleproxy["port"] = x.Port;
|
||||
|
||||
Reference in New Issue
Block a user