mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-03 22:02:10 +03:00
Accept the @-prefixed abstract socket form (e.g. @xray/in.sock) for an inbound listen address, not just path-based sockets. The form now allows Port 0 for both, and the Address help text documents the @ form across all locales. The backend already treated both prefixes as unix sockets. @