mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-20 18:11:00 +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": "Tag là bắt buộc",
|
||||
"tagPlaceholder": "tag-duy-nhất",
|
||||
"localIpPlaceholder": "IP nội bộ",
|
||||
"dialerProxyPlaceholder": "Chọn một outbound để nối chuỗi",
|
||||
"dialerProxyHint": "Kết nối outbound này qua một outbound khác (theo tag) để tạo chuỗi proxy. Để trống để kết nối trực tiếp.",
|
||||
"addressRequired": "Địa chỉ là bắt buộc",
|
||||
"portRequired": "Cổng là bắt buộc",
|
||||
"optional": "tùy chọn",
|
||||
|
||||
Reference in New Issue
Block a user