3x-ui/frontend/src/pages
MHSanaei b2e2120eb3
feat(inbounds): support Unix domain socket path in Listen field (#4429)
UDS listen already worked for proxying (the listen string is passed to xray verbatim and port 0 is accepted), and the Go sub/link layer already ignores the bind listen. The only gap was the frontend resolveAddr, which would put a socket-path listen into share/sub links (e.g. vless://uuid@/run/xray/x.sock:0). resolveAddr now treats a path-style listen (starting with / or @) as having no client-reachable address and falls back to hostOverride/hostname. Adds a test and a Listen-field help hint across all locales.
2026-06-02 00:37:20 +02:00
..
api-docs feat(nodes): bulk panel self-update with live online indicator 2026-06-01 07:03:06 +02:00
clients feat(clients): show last-online tooltip on the depleted tag too 2026-06-01 08:50:45 +02:00
groups fix(ui): exit infinite spinner with a retry card on failed initial load 2026-06-01 07:43:32 +02:00
inbounds feat(inbounds): support Unix domain socket path in Listen field (#4429) 2026-06-02 00:37:20 +02:00
index fix(ui): exit infinite spinner with a retry card on failed initial load 2026-06-01 07:43:32 +02:00
login feat: complete Zod migration of frontend + bulk client batching (#4599) 2026-05-27 04:26:50 +02:00
nodes fix(ui): exit infinite spinner with a retry card on failed initial load 2026-06-01 07:43:32 +02:00
settings fix(settings): enforce trafficDiff max of 100 in UI (#4769) 2026-06-01 17:47:24 +02:00
sub fix(qr): hide QR for post-quantum links on client QR page 2026-05-29 17:04:30 +02:00
xray fix(raw): complete the HTTP header section for inbound and outbound 2026-06-01 23:48:53 +02:00