From e5f4eccf0bdbe04359018a88c8e91e9eca6d0422 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 18 Mar 2020 18:51:11 +0100 Subject: [PATCH] Replaced localhost proxy with docker & server ip --- configuration.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index e8e4e1bc..fe1cc91d 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -37,9 +37,8 @@ http: # ssl_key: /var/lib/homeassistant/.homeassistant/privkey.pem use_x_forwarded_for: true trusted_proxies: - - 127.0.0.1 - 192.168.0.1 - - 172.18.0.2 + - 172.18.0.200 # trusted_networks: # - 192.168.0.0 # - 192.168.2.0 -- 2.47.3