From 36c7621af152e862203ed915cffc7f7392417ba2 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 15 Mar 2020 19:26:35 +0100 Subject: [PATCH] Added IP for reverse proxy (traefik) --- configuration.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index f03d92e0..e8e4e1bc 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -36,7 +36,10 @@ http: # ssl_certificate: /var/lib/homeassistant/.homeassistant/fullchain.pem # ssl_key: /var/lib/homeassistant/.homeassistant/privkey.pem use_x_forwarded_for: true - trusted_proxies: 127.0.0.1 + trusted_proxies: + - 127.0.0.1 + - 192.168.0.1 + - 172.18.0.2 # trusted_networks: # - 192.168.0.0 # - 192.168.2.0 -- 2.47.3