mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
feat: multiplex default & apply to group
This commit is contained in:
@@ -620,6 +620,11 @@ namespace NekoRay {
|
||||
needMux = false;
|
||||
}
|
||||
}
|
||||
if (stream->multiplex_status == 0) {
|
||||
if (!dataStore->mux_default_on) needMux = false;
|
||||
} else if (stream->multiplex_status == 2) {
|
||||
needMux = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (ent->type == "shadowsocks") {
|
||||
|
||||
Reference in New Issue
Block a user