diff --git a/frontend/src/pages/inbounds/useInbounds.ts b/frontend/src/pages/inbounds/useInbounds.ts index f5c464ec5..dc2f35cb9 100644 --- a/frontend/src/pages/inbounds/useInbounds.ts +++ b/frontend/src/pages/inbounds/useInbounds.ts @@ -60,6 +60,8 @@ const TRACKED_PROTOCOLS: readonly string[] = [ Protocols.TROJAN, Protocols.SHADOWSOCKS, Protocols.HYSTERIA, + Protocols.WIREGUARD, + Protocols.MTPROTO, ]; async function fetchSlimInbounds(): Promise {