fix: show UDP tag for Hysteria and fix client count spacing (#4318)

This commit is contained in:
Abdalrahman
2026-05-13 02:12:25 +03:00
committed by GitHub
parent 6de9b24229
commit 48e90bba51
2 changed files with 19 additions and 11 deletions

View File

@@ -70,6 +70,10 @@ export class DBInbound {
return this.protocol === Protocols.WIREGUARD;
}
get isHysteria() {
return this.protocol === Protocols.HYSTERIA;
}
get address() {
let address = location.hostname;
if (!ObjectUtil.isEmpty(this.listen) && this.listen !== "0.0.0.0") {