Browse Source

Enable fallback in xtls as well

Alireza Ahmadi 2 years ago
parent
commit
0605221628
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/html/xui/form/protocol/trojan.html
  2. 1 1
      web/html/xui/form/protocol/vless.html

+ 1 - 1
web/html/xui/form/protocol/trojan.html

@@ -76,7 +76,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>

+ 1 - 1
web/html/xui/form/protocol/vless.html

@@ -82,7 +82,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>