]> git.giorgioravera.it Git - homeassistant.git/commitdiff
updated proxy ip in configuration
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 30 Mar 2020 16:52:12 +0000 (18:52 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 30 Mar 2020 16:52:12 +0000 (18:52 +0200)
configuration.yaml

index de857c206a8630c0088fa7b129c61375a2cafebf..22f8725a9184deab78ce47befb0dcb7bbbb35438 100644 (file)
@@ -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