outbound: mixed to socks

This commit is contained in:
mhsanaei
2025-09-10 12:19:09 +02:00
parent b1ea8005e4
commit 610d29765a
2 changed files with 11 additions and 11 deletions

View File

@@ -241,9 +241,9 @@
</template>
</template>
<!-- Servers (trojan/shadowsocks/mixed/http) settings -->
<!-- Servers (trojan/shadowsocks/socks/http) settings -->
<template v-if="outbound.hasServers()">
<!-- http / mixed -->
<!-- http / socks -->
<template v-if="outbound.hasUsername()">
<a-form-item label='{{ i18n "username" }}'>
<a-input v-model.trim="outbound.settings.user"></a-input>