Browse Source

Fallback - Reality

this is not my problem they don't mention it on their document
mhsanaei 2 months ago
parent
commit
6cc07254e0
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

@@ -18,7 +18,7 @@
     </table>
   </a-collapse-panel>
 </a-collapse>
-<template v-if="inbound.isTcp && !inbound.stream.isReality">
+<template v-if="inbound.isTcp && (inbound.stream.isReality || inbound.stream.isTls)">
   <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
     <a-form-item label="Fallbacks">
       <a-button icon="plus" type="primary" size="small" @click="inbound.settings.addFallback()"></a-button>

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

@@ -18,7 +18,7 @@
     </table>
   </a-collapse-panel>
 </a-collapse>
-<template v-if="inbound.isTcp && !inbound.stream.isReality">
+<template v-if="inbound.isTcp && (inbound.stream.isReality || inbound.stream.isTls)">
   <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
     <a-form-item label="Fallbacks">
       <a-button icon="plus" type="primary" size="small" @click="inbound.settings.addFallback()"></a-button>