mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-27 05:27:14 +00:00
fix(frontend): show zero client count for mtproto and wireguard inbounds
This commit is contained in:
@@ -60,6 +60,8 @@ const TRACKED_PROTOCOLS: readonly string[] = [
|
|||||||
Protocols.TROJAN,
|
Protocols.TROJAN,
|
||||||
Protocols.SHADOWSOCKS,
|
Protocols.SHADOWSOCKS,
|
||||||
Protocols.HYSTERIA,
|
Protocols.HYSTERIA,
|
||||||
|
Protocols.WIREGUARD,
|
||||||
|
Protocols.MTPROTO,
|
||||||
];
|
];
|
||||||
|
|
||||||
async function fetchSlimInbounds(): Promise<unknown[]> {
|
async function fetchSlimInbounds(): Promise<unknown[]> {
|
||||||
|
|||||||
Reference in New Issue
Block a user