diff --git a/web/html/xui/form/allocate.html b/web/html/xui/form/allocate.html
index 8c19d3ec..35527c19 100644
--- a/web/html/xui/form/allocate.html
+++ b/web/html/xui/form/allocate.html
@@ -1,15 +1,15 @@
{{define "form/allocate"}}
Allocate
-
+
[[ s ]]
-
+
-
+
diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html
index 23dfea65..df49a97a 100644
--- a/web/html/xui/form/sniffing.html
+++ b/web/html/xui/form/sniffing.html
@@ -3,7 +3,7 @@
- Sniffing
+ {{ i18n "enabled" }}
{{ i18n "pages.inbounds.noRecommendKeepDefault" }}
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index e93a0a1d..1aad5d91 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -733,7 +733,7 @@
this.inbounds.push(to_inbound);
this.dbInbounds.push(dbInbound);
if ([Protocols.VMESS, Protocols.VLESS, Protocols.TROJAN, Protocols.SHADOWSOCKS].includes(inbound.protocol)) {
- if (inbound.protocol === Protocols.SHADOWSOCKS && (!to_inbound.isSSMultiUser)) {
+ if (dbInbound.isSS && (!to_inbound.isSSMultiUser)) {
continue;
}
this.clientCount[inbound.id] = this.getClientCounts(inbound, to_inbound);