diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-24 16:12:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-24 16:12:08 +0300 |
| commit | 17f64462d21f84f353308ac084640467ed7eb54c (patch) | |
| tree | 2c56028d540c59bd4b5da9b8653c4a5710c53a81 /web/html/xui/form/protocol | |
| parent | 466ad1605b3a7b50ddcf295a06fd6b2eba30f607 (diff) | |
| parent | bbec13c0da179a29c9b2989e76c43b5beaef2827 (diff) | |
Merge pull request #73 from MHSanaei/TLS-enhancements
Tls enhancements
Diffstat (limited to 'web/html/xui/form/protocol')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vless.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index 840ce17d..70286735 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/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> diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index 6b3436f0..91691e93 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/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> |
