From ebd95f06bc0c4316151089a9b140368864ec0704 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 30 Mar 2020 18:52:12 +0200 Subject: [PATCH] updated proxy ip in configuration --- configuration.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index de857c20..22f8725a 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -38,9 +38,11 @@ http: # ssl_certificate: /var/lib/homeassistant/.homeassistant/fullchain.pem # ssl_key: /var/lib/homeassistant/.homeassistant/privkey.pem use_x_forwarded_for: true - trusted_proxies: + trusted_proxies: + - 127.0.0.1 # traefik and home assistant in host mode +# - 172.18.0.1 # traefik in host mode and homeassistant in network mode +# - 172.18.0.200 # traefik and home in network mode - 192.168.0.1 - - 172.18.0.200 # trusted_networks: # - 192.168.0.0 # - 192.168.2.0 -- 2.47.3