Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/html/inbounds.html2
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;