feat:batch delete block ip

#ICGQJF
This commit is contained in:
samwaf
2025-07-18 10:00:07 +08:00
parent 172f85e659
commit 3a812398c0
9 changed files with 156 additions and 34 deletions

View File

@@ -16,4 +16,6 @@ func (receiver *BlockIpRouter) InitBlockIpRouter(group *gin.RouterGroup) {
router.POST("/samwaf/wafhost/ipblock/add", api.AddApi)
router.GET("/samwaf/wafhost/ipblock/del", api.DelBlockIpApi)
router.POST("/samwaf/wafhost/ipblock/edit", api.ModifyBlockIpApi)
router.POST("/samwaf/wafhost/ipblock/batch/del", api.BatchDelBlockIpApi)
router.POST("/samwaf/wafhost/ipblock/delall", api.DelAllBlockIpApi)
}