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
2 changed files with 133 additions and 0 deletions

View File

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