mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-15 20:58:06 +00:00
fix tls settings
This commit is contained in:
parent
ac9408c37f
commit
a48745cb3e
1 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@
|
|||
</a-form>
|
||||
|
||||
<!-- xtls settings -->
|
||||
<a-form v-if="inbound.xtls" layout="inline">
|
||||
<a-form v-else-if="inbound.xtls" layout="inline">
|
||||
<a-form-item label='{{ i18n "domainName" }}'>
|
||||
<a-input v-model.trim="inbound.stream.xtls.server"></a-input>
|
||||
</a-form-item>
|
||||
|
|
Loading…
Reference in a new issue