From c8ea518371c0b9fec379e11d85c281cc8f6a54b6 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 4 Apr 2026 01:07:48 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/traefik.yaml --- Proxy_Containers/traefik/traefik.yaml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index ca00070..8bc5503 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -31,26 +31,4 @@ certificatesResolvers: providers: docker: endpoint: "unix:///var/run/docker.sock" - exposedByDefault: false - -experimental: - plugins: - fail2ban: - moduleName: "github.com/tomMoulard/fail2ban" - version: "v0.8.9" - -http: - middlewares: - my-fail2ban: - plugin: - fail2ban: - allowlist: - ip: ::1,127.0.0.1 - denylist: - ip: 192.168.0.0/24 - rules: - bantime: 3h - enabled: "true" - findtime: 10m - maxretry: "4" - statuscode: 400,401,403-499 + exposedByDefault: false \ No newline at end of file