Implement geoIP and whois lookups directly from fail2ban-UI

This commit is contained in:
2025-12-15 21:50:19 +01:00
parent 3ad4821cb7
commit c57322e38d
19 changed files with 523 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
# =========================================
# STAGE 1: Build Fail2Ban UI Binary
# =========================================
FROM golang:1.23 AS builder
FROM golang:1.24 AS builder
WORKDIR /app