support vmess header

This commit is contained in:
arm64v8a
2022-08-29 17:12:18 +08:00
parent 3a053b5ea6
commit a0e42ec28e
7 changed files with 129 additions and 35 deletions

View File

@@ -8,10 +8,10 @@ namespace NekoRay::fmt {
QString network = "tcp";
QString security = "none";
QString packet_encoding = "";
// ws/h2/grpc
// ws/h2/grpc/tcp-http
QString path = "";
QString host = "";
// QUIC & KCP
// kcp/quic/tcp-http
QString header_type = "";
// tls
QString sni = "";