fixed - set Default Cert for Xtls

This commit is contained in:
MHSanaei
2023-05-01 20:58:00 +03:30
parent 4ce53920fe
commit 1885a8c0bf
7 changed files with 85 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
{{define "form/socks"}}
<a-form layout="inline">
<!-- <a-form-item label="Password authentication">-->
<!-- <a-form-item label="Password authentication">-->
<a-form-item label='{{ i18n "password" }}'>
<a-switch :checked="inbound.settings.auth === 'password'"
@change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'"></a-switch>