mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: utls
feat: vpn strict_route
This commit is contained in:
@@ -17,6 +17,7 @@ namespace NekoRay::fmt {
|
||||
QString sni = "";
|
||||
QString alpn = "";
|
||||
QString certificate = "";
|
||||
QString utls = "";
|
||||
bool allow_insecure = false;
|
||||
// ws early data
|
||||
QString ws_early_data_name = "";
|
||||
@@ -35,6 +36,7 @@ namespace NekoRay::fmt {
|
||||
_add(new configItem("h_type", &header_type, itemType::string));
|
||||
_add(new configItem("ed_name", &ws_early_data_name, itemType::string));
|
||||
_add(new configItem("ed_len", &ws_early_data_length, itemType::integer));
|
||||
_add(new configItem("utls", &utls, itemType::string));
|
||||
}
|
||||
|
||||
QJsonObject BuildStreamSettingsV2Ray();
|
||||
|
||||
Reference in New Issue
Block a user