mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-29 16:39:35 +00:00
The canonical tag is now "[n<id>-]in-[<listen>:]<port>-<transport>" instead of "[n<id>-]in-[<listen>:]<port>-<protocol>-<transport>". Two TCP inbounds on the same port are already blocked by checkPortConflict, so only the transport segment is needed to disambiguate the legitimate tcp/udp coexistence case. Existing DB rows keep their current tags via resolveInboundTag's "reuse if free" branch — no migration needed (protocol-segment form was never released).