From 85f66eddad088a66f8e67f77540e23c92645ba2f Mon Sep 17 00:00:00 2001 From: "willem.serruys" Date: Sun, 16 Aug 2026 13:20:18 +0200 Subject: [PATCH] chore: fix proxy IP --- configurations/home-assistant/configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/home-assistant/configuration.yaml b/configurations/home-assistant/configuration.yaml index 8ff3a90..fd6b383 100644 --- a/configurations/home-assistant/configuration.yaml +++ b/configurations/home-assistant/configuration.yaml @@ -14,4 +14,4 @@ scene: !include scenes.yaml http: use_x_forwarded_for: true trusted_proxies: - - 0.0.0.0/0 + - 172.18.0.3