From a19d5419a216e41f24a239a14ab3819e463d4626 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 9 Mar 2025 19:05:27 -0400 Subject: [PATCH] traefik: add excludednets to config --- system-apps/traefik/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index 14f6f6f..22df6ca 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -45,7 +45,9 @@ traefik: middlewares: cloudflarewarp: plugin: - traefik-real-ip + traefik-real-ip: + excludednets: + - "1.1.1.1/24" experimental: plugins: cloudflarewarp: