3x-ui/web/translation
MHSanaei 62c293e034
fix(outbounds): support proxyProtocol on freedom outbound
Xray's freedom outbound accepts a numeric proxyProtocol (0 disabled,
1 or 2 for the PROXY protocol version), but the panel had no field for
it and the typed form adapter dropped the key on save — so a value set
via the JSON editor disappeared the moment the outbound was saved.

Model proxyProtocol through the freedom wire schema, the form schema,
and both adapter directions (clamped to 0/1/2, omitted from the wire
when 0), and add a Select (none / v1 / v2) to the freedom section of
the outbound form. Add round-trip test coverage and the proxyProtocol
label across all locales.

Closes #4486
2026-05-29 17:18:21 +02:00
..
ar-EG.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
en-US.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
es-ES.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
fa-IR.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
id-ID.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
ja-JP.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
pt-BR.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
ru-RU.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
tr-TR.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
uk-UA.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
vi-VN.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
zh-CN.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00
zh-TW.json fix(outbounds): support proxyProtocol on freedom outbound 2026-05-29 17:18:21 +02:00