From 91390eb6f5de1b35a93d3d2040f7fa6f8f3578ff Mon Sep 17 00:00:00 2001 From: Valter Ferreira Date: Fri, 9 Jul 2021 22:24:17 +0100 Subject: [PATCH] add http configuration yaml --- configuration.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 2eef2a5..d233aa2 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -6,6 +6,14 @@ default_config: # base_url: home.vferreira.pt:8123 # Text to speech + +http: + use_x_forwarded_for: true + trusted_proxies: + - 172.30.32.0/24 + - 127.0.0.1 + - 192.168.1.0/24 + - ::1 tts: - platform: google_translate