mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-19 17:40:59 +00:00
feat(outbounds): pick dialerProxy from other outbound tags for proxy chaining
Turn the outbound sockopt dialerProxy free-text input into a searchable Select populated with the other outbound tags, so users can build a proxy chain (route one outbound through another) without typing tags by hand. The list excludes the current outbound, so self-reference cycles cannot be selected. A tooltip and placeholder explain the chaining concept. Adds dialerProxyPlaceholder and dialerProxyHint to all 13 locales. Closes #4446
This commit is contained in:
@@ -1206,6 +1206,8 @@
|
||||
"tagRequired": "標籤為必填",
|
||||
"tagPlaceholder": "唯一標籤",
|
||||
"localIpPlaceholder": "本地 IP",
|
||||
"dialerProxyPlaceholder": "選擇要串接的出站",
|
||||
"dialerProxyHint": "讓此出站透過另一個出站(以標籤指定)連線,以建立代理鏈。留空則直接連線。",
|
||||
"addressRequired": "地址為必填",
|
||||
"portRequired": "連接埠為必填",
|
||||
"optional": "選用",
|
||||
|
||||
Reference in New Issue
Block a user