diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 18:49:53 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 18:49:53 +0300 |
| commit | 15ebf3df10681e6dad887a5b127846b7ace46460 (patch) | |
| tree | aac3ba518338f030e486508f8879ff0bf7cdeed4 /web/html/inbounds.html | |
| parent | d44b70682c400e3cd12f7a84701b153b7182dedb (diff) | |
fix: client count for Hysteria
#4143
Diffstat (limited to 'web/html/inbounds.html')
| -rw-r--r-- | web/html/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html index 3265a742..498c6f6e 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -1169,7 +1169,7 @@ to_inbound = dbInbound.toInbound() this.inbounds.push(to_inbound); this.dbInbounds.push(dbInbound); - if ([Protocols.VMESS, Protocols.VLESS, Protocols.TROJAN, Protocols.SHADOWSOCKS].includes(inbound + if ([Protocols.VMESS, Protocols.VLESS, Protocols.TROJAN, Protocols.SHADOWSOCKS, Protocols.HYSTERIA].includes(inbound .protocol)) { if (dbInbound.isSS && (!to_inbound.isSSMultiUser)) { continue; |
