mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix missing TLS setting in VMess nodes
This commit is contained in:
parent
9b32b72f0e
commit
3afe9986be
@ -58,6 +58,7 @@ void vmessConstruct(Proxy &node, const std::string &group, const std::string &re
|
||||
}
|
||||
node.FakeType = type;
|
||||
}
|
||||
node.TLSSecure = tls == "tls";
|
||||
}
|
||||
|
||||
void ssrConstruct(Proxy &node, const std::string &group, const std::string &remarks, const std::string &server, const std::string &port, const std::string &protocol, const std::string &method, const std::string &obfs, const std::string &password, const std::string &obfsparam, const std::string &protoparam, tribool udp, tribool tfo, tribool scv)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user