Skip to content

Commit

Permalink
fix fallback link with nonTls #1286
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Dec 5, 2023
1 parent c419ead commit e6c6c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/xui/inbounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit e6c6c92

Please sign in to comment.