mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
Implement filtering for ban event-history, simple aggregation and insights
This commit is contained in:
@@ -68,5 +68,6 @@ func RegisterRoutes(r *gin.Engine) {
|
||||
// Internal database overview
|
||||
api.GET("/events/bans", ListBanEventsHandler)
|
||||
api.GET("/events/bans/stats", BanStatisticsHandler)
|
||||
api.GET("/events/bans/insights", BanInsightsHandler)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user