Add mux settings for per-server, VMess/Shadowsocks/VLESS/Trojan

If you want to use global settings, do not set per-server
This commit is contained in:
2dust
2025-06-29 15:06:02 +08:00
parent b3874a78b9
commit 30c09a7b54
8 changed files with 129 additions and 6 deletions

View File

@@ -94,4 +94,5 @@ public class ProfileItem: ReactiveObject
public string ShortId { get; set; }
public string SpiderX { get; set; }
public string Extra { get; set; }
public bool? MuxEnabled { get; set; }
}