From 38e8e044ba3946c1252d1656df29d5034c246cd9 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 16 May 2026 02:01:54 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.yaml --- Proxy_Containers/traefik/config.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index fed8a34..2652ff6 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -1,5 +1,29 @@ http: middlewares: + real-ip: + plugin: + traefik-warp: + logLevel: "INFO" + trustIp: [] # TraefikWarp auto-fetches Cloudflare ranges + + geoblock: + plugin: + geoblock: + silentStartUp: false + allowLocalRequests: true + logLocalRequests: false + logAllowedRequests: false + logApiRequests: false + api: "https://get.geojs.io/v1/ip/country/{ip}" + apiTimeoutMs: 500 + cacheSize: 25 + forceMonthlyUpdate: true + allowUnknownCountries: false + unknownCountryApiResponse: "nil" + countries: + - "US" + - "DE" + crowdsec-bouncer: plugin: crowdsec-bouncer: