Commands: Add adu/rmu inbound user management to API (#4943)

Co-authored-by: nobody <nobody@nowhere.mars>
This commit is contained in:
nobody 2025-07-26 16:40:04 +08:00 committed by GitHub
parent 5f93ff6c3a
commit 3fe02a658a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 208 additions and 0 deletions

View file

@ -23,6 +23,8 @@ var CmdAPI = &base.Command{
cmdRemoveOutbounds,
cmdListInbounds,
cmdListOutbounds,
cmdAddInboundUsers,
cmdRemoveInboundUsers,
cmdInboundUser,
cmdInboundUserCount,
cmdAddRules,