From: Giorgio Ravera Date: Wed, 18 Mar 2020 17:51:11 +0000 (+0100) Subject: Replaced localhost proxy with docker & server ip X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=e5f4eccf0bdbe04359018a88c8e91e9eca6d0422;p=homeassistant.git Replaced localhost proxy with docker & server ip --- 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