mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
feat: multiplex default & apply to group
This commit is contained in:
@@ -25,6 +25,8 @@ namespace NekoRay::fmt {
|
||||
// reality
|
||||
QString reality_pbk = "";
|
||||
QString reality_sid = "";
|
||||
// multiplex
|
||||
int multiplex_status = 0;
|
||||
|
||||
V2rayStreamSettings() : JsonStore() {
|
||||
_add(new configItem("net", &network, itemType::string));
|
||||
@@ -42,6 +44,7 @@ namespace NekoRay::fmt {
|
||||
_add(new configItem("utls", &utlsFingerprint, itemType::string));
|
||||
_add(new configItem("pbk", &reality_pbk, itemType::string));
|
||||
_add(new configItem("sid", &reality_sid, itemType::string));
|
||||
_add(new configItem("mux_s", &multiplex_status, itemType::integer));
|
||||
}
|
||||
|
||||
QJsonObject BuildStreamSettingsV2Ray();
|
||||
|
||||
Reference in New Issue
Block a user