mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
fix fallback link with nonTls #1286
This commit is contained in:
parent
c419eadf15
commit
e6c6c92ca2
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@
|
|||
newDbInbound = new DBInbound(dbInbound);
|
||||
if (dbInbound.listen.startsWith("@")){
|
||||
rootInbound = this.inbounds.find((i) =>
|
||||
i.tls &&
|
||||
i.isTcp &&
|
||||
['trojan','vless'].includes(i.protocol) &&
|
||||
i.settings.fallbacks.find(f => f.dest === dbInbound.listen)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue