From bf8bc67b648146f884b3ca9945fc1aa1b7b94b5d Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 4 Apr 2026 00:59:10 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/traefik.yaml --- Proxy_Containers/traefik/traefik.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index 626dd12..6859530 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -31,4 +31,10 @@ certificatesResolvers: providers: docker: endpoint: "unix:///var/run/docker.sock" - exposedByDefault: false \ No newline at end of file + exposedByDefault: false + +experimental: + plugins: + fail2ban: + moduleName: "github.com/tomMoulard/fail2ban" + version: "v0.8.9" \ No newline at end of file