mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
feat:batch delete block ip
#ICGQJF
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user