mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
bug fixed
This commit is contained in:
parent
d7ca8ee69d
commit
b9ac8d9ee3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
this.inModal.inbound.tls = false;
|
this.inModal.inbound.tls = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
addClient(protocol, clients) {
|
addClient(protocol,value, clients) {
|
||||||
switch (protocol) {
|
switch (protocol) {
|
||||||
case Protocols.VMESS: return clients.push(new Inbound.VmessSettings.Vmess());
|
case Protocols.VMESS: return clients.push(new Inbound.VmessSettings.Vmess());
|
||||||
case Protocols.VLESS: return clients.push(new Inbound.VLESSSettings.VLESS());
|
case Protocols.VLESS: return clients.push(new Inbound.VLESSSettings.VLESS());
|
||||||
|
|
Loading…
Reference in a new issue