diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-01 20:28:00 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-01 20:28:00 +0300 |
| commit | 1885a8c0bf0cc58d2866d64b3a11d4bfa3a22e46 (patch) | |
| tree | c4b391fa4bc4ac6aa051c421b88ac3b2a14e1aaa /web/html/xui/form/protocol/socks.html | |
| parent | 4ce53920fe4e12777c6c89993e2696bb670751e5 (diff) | |
fixed - set Default Cert for Xtls
Diffstat (limited to 'web/html/xui/form/protocol/socks.html')
| -rw-r--r-- | web/html/xui/form/protocol/socks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index 5857d413..2662f1d6 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -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> |
