diff options
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> |
