0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-16 21:37:16 +03:00

API: Add ListInbounds and ListOutbounds (#4723)

This commit is contained in:
Sergey Gorbunov
2025-06-06 04:51:48 +03:00
committed by GitHub
parent d44c78b819
commit af7a76da67
19 changed files with 791 additions and 140 deletions

View File

@ -21,6 +21,8 @@ var CmdAPI = &base.Command{
cmdAddOutbounds,
cmdRemoveInbounds,
cmdRemoveOutbounds,
cmdListInbounds,
cmdListOutbounds,
cmdInboundUser,
cmdInboundUserCount,
cmdAddRules,