瀏覽代碼

fix: client count for Hysteria

#4143
MHSanaei 1 天之前
父節點
當前提交
15ebf3df10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/html/inbounds.html

+ 1 - 1
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;