feat: support mptcp and smux display (#1995)

Corresponding pull request in mihomo: https://github.com/MetaCubeX/mihomo/pull/1646
This commit is contained in:
Chenx Dust
2024-11-16 01:35:22 +08:00
committed by GitHub
parent 3073b4e48e
commit aef96f0d27
4 changed files with 19 additions and 0 deletions

View File

@@ -122,6 +122,8 @@ export const getProxies = async () => {
udp: false,
xudp: false,
tfo: false,
mptcp: false,
smux: false,
history: [],
};
};