API: add Source IP Block command (#3211)

* add SourceIpBlock to API

* improve inboundTag
This commit is contained in:
Hossin Asaadi 2024-03-31 08:29:15 +04:00 committed by GitHub
parent 07ed0946b5
commit ba57ccdd45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 133 additions and 0 deletions

View file

@ -23,5 +23,6 @@ var CmdAPI = &base.Command{
cmdRemoveOutbounds,
cmdAddRules,
cmdRemoveRules,
cmdSourceIpBlock,
},
}