feat: add Fail2ban security detection console

This commit is contained in:
hectorzhao
2026-08-14 10:58:18 +08:00
parent b78faa1aa2
commit d30d9ea4d0
45 changed files with 1967 additions and 18 deletions
+1
View File
@@ -13,6 +13,7 @@ const defaultHTTPTimeout = 10 * time.Second
type Server struct {
Addr string
APIBaseURL string
SecurityEventToken string
HTTPClient *http.Client
LogWriter io.Writer
PendingFlushInterval time.Duration