mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-22 08:45:50 +00:00
v1.5.4
Plus some fixes and decoration
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{{define "form/tlsSettings"}}
|
||||
<!-- tls enable -->
|
||||
<a-form v-if="inbound.canSetTls()" layout="inline">
|
||||
<a-divider dashed style="margin:0;">
|
||||
<a-form-item label="TLS">
|
||||
<a-switch v-model="inbound.tls">
|
||||
</a-switch>
|
||||
@@ -8,6 +9,7 @@
|
||||
<a-form-item v-if="inbound.canEnableReality()" label="Reality">
|
||||
<a-switch v-model="inbound.reality"></a-switch>
|
||||
</a-form-item>
|
||||
</a-divider>
|
||||
</a-form>
|
||||
|
||||
<!-- tls settings -->
|
||||
|
||||
Reference in New Issue
Block a user