3x-ui/frontend/src/pages/xray
MHSanaei d7f47d8b6a
fix(xray): allow private-IP destinations via freedom finalRules
Xray-core v26.4.17 added a default policy that blocks private IPs in the
freedom outbound for vless/vmess/trojan/hysteria/wireguard inbounds,
even when the panel's routing rules send traffic to direct (#4420). The
legacy ipsBlocked override was deprecated in the same release.

Default template now seeds the direct outbound with a finalRules entry
that explicitly allows geoip:private, so users who intentionally remove
the geoip:private->blocked routing rule actually regain LAN access.
Defense in depth is preserved: the routing rule still blocks private
IPs by default, so unmodified configs keep the same behavior.

OutboundFormModal exposes a Final Rules editor under the Freedom
section: per-rule action (allow/block), network, port, IP/CIDR/geoip
tags, and an optional blockDelay for block actions.
2026-05-19 15:42:16 +02:00
..
BalancerFormModal.vue Feat/multi inbound clients (#4469) 2026-05-19 12:20:24 +02:00
BalancersTab.vue Feat/multi inbound clients (#4469) 2026-05-19 12:20:24 +02:00
BasicsTab.vue Feat/multi inbound clients (#4469) 2026-05-19 12:20:24 +02:00
DnsPresetsModal.vue Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00
DnsServerModal.vue feat(xray/dns): align DNS settings with Xray docs + UI polish 2026-05-10 17:03:11 +02:00
DnsTab.vue add loopback and dns servers tag to inbound lists in RuleFormModal (#4244) 2026-05-11 08:23:30 +02:00
NordModal.vue feat(xray/nord): searchable server list + colored load tag, surface API errors 2026-05-11 10:06:01 +02:00
OutboundFormModal.vue fix(xray): allow private-IP destinations via freedom finalRules 2026-05-19 15:42:16 +02:00
OutboundsTab.vue feat(panel): add 'Edit' button to tables and enhance layout (#4355) 2026-05-14 01:55:00 +02:00
RoutingTab.vue fix(routing): make rule drag-and-drop work on mobile cards 2026-05-14 02:04:05 +02:00
RuleFormModal.vue Feat/multi inbound clients (#4469) 2026-05-19 12:20:24 +02:00
useXraySetting.js feat(xray/outbounds): TCP probe mode + Test All + timing breakdown 2026-05-11 04:17:23 +02:00
WarpModal.vue fix(warp): set license against Cloudflare API and surface errors inline 2026-05-13 21:13:16 +02:00
XrayPage.vue feat(panel): add 'Edit' button to tables and enhance layout (#4355) 2026-05-14 01:55:00 +02:00