mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-24 20:07:13 +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