From accc256127cbe26fc4c90c8ff09d6df4e65a7fb9 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 11 Sep 2025 18:24:28 +0200 Subject: [PATCH] Minor fix of homeassistant trusted proxy --- config/homeassistant/configuration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/homeassistant/configuration.yaml b/config/homeassistant/configuration.yaml index d6001d7..704b7ed 100644 --- a/config/homeassistant/configuration.yaml +++ b/config/homeassistant/configuration.yaml @@ -10,6 +10,7 @@ http: trusted_proxies: - 127.0.0.1 # Local Traefik proxy - ::1 # IPv6 localhost + - 10.2.2.1 # VPS proxy (via WireGuard) # Loads default set of integrations. Do not remove. # This includes: sun, mobile_app, met, radio_browser, etc.