3x-ui/web/html
pwnnex 6a293b4b2b xray-setting: strip legacy reverse block on save
xray-core v26 dropped the original reverse-proxy feature and replaced
it with VLESS Reverse Proxy (XTLS/Xray-core#5101). After upgrading
xray, any panel template that still has the old
`reverse: { portals: [...], bridges: [...] }` block makes the daemon
fail to start with 'The feature "legacy reverse" has been removed and
migrated to "VLESS Reverse Proxy"'. The panel UI used to write configs
in that exact shape so a lot of in-the-wild templates carry it.

strip the legacy block silently on save and log a warning. the rest of
the config stays valid, xray comes back up, and the issue is
self-healing on the next save.

the replacement (VLESS Reverse Proxy) is a per-client field on a VLESS
inbound, not a top-level block, so dropping the legacy block does not
collide with the new mechanism.

also adds a deprecation banner on the reverse-proxy panel tab so admins
stop generating new broken configs from the UI.

closes #4115.
2026-04-28 14:23:32 +03:00
..
common feat: Real-time Outbound Traffic, UI Improvements & Fix (#3629) 2026-01-05 05:50:40 +01:00
component add hysteria inbound 2026-04-20 16:05:27 +02:00
form Set CWND multiplier default and min to 1 2026-04-21 14:50:37 +02:00
modals balancerTags with a default empty entry 2026-04-21 17:24:42 +02:00
settings xray-setting: strip legacy reverse block on save 2026-04-28 14:23:32 +03:00
inbounds.html add hysteria inbound 2026-04-20 16:05:27 +02:00
index.html Add custom geosite/geoip URL sources (#3980) 2026-04-19 21:24:24 +02:00
login.html fix: login animation (#3559) 2025-09-25 15:16:50 +02:00
settings.html sub json fix fragment noises effect 2026-04-21 20:02:39 +02:00
xray.html Reduce observatory probe intervals and timeout 2026-04-21 18:47:38 +02:00