diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 16:42:47 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 16:42:47 +0300 |
| commit | 87a5190b7d2e01678a6fbb08722e1326692f3530 (patch) | |
| tree | 8728e2bef80fc245ce6105f95320884a4866e4ec /web/html/xui/form/protocol/socks.html | |
| parent | 9d47d74a7a076921d157188ae82ea83e66c96d09 (diff) | |
v1.4.0
Diffstat (limited to 'web/html/xui/form/protocol/socks.html')
| -rw-r--r-- | web/html/xui/form/protocol/socks.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index 89cde72c..a3096d48 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -4,6 +4,7 @@ <a-switch :checked="inbound.settings.auth === 'password'" @change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'"></a-switch> </a-form-item> + <br> <template v-if="inbound.settings.auth === 'password'"> <a-form-item label='{{ i18n "username" }}'> <a-input v-model.trim="inbound.settings.accounts[0].user"></a-input> @@ -12,6 +13,7 @@ <a-input v-model.trim="inbound.settings.accounts[0].pass"></a-input> </a-form-item> </template> + <br> <a-form-item label='{{ i18n "pages.inbounds.enable" }} udp'> <a-switch v-model="inbound.settings.udp"></a-switch> </a-form-item> |
