Enable fallback in xtls as well

This commit is contained in:
Alireza Ahmadi
2023-03-23 20:13:21 +01:00
parent 17c47f0711
commit 6080709fc7
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
</table>
</a-collapse-panel>
</a-collapse>
<template v-if="inbound.isTcp && inbound.tls">
<template v-if="inbound.isTcp && (inbound.tls || inbound.xtls)">
<a-form layout="inline">
<a-form-item label="Fallbacks">
<a-row>

View File

@@ -71,7 +71,7 @@
</table>
</a-collapse-panel>
</a-collapse>
<template v-if="inbound.isTcp && inbound.tls">
<template v-if="inbound.isTcp && (inbound.tls || inbound.xtls)">
<a-form layout="inline">
<a-form-item label="Fallbacks">
<a-row>