From ee4d41a5b81632034c3d61545961db6f0afe4b60 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 2 Oct 2023 14:16:21 +0300 Subject: [PATCH] home-assistant. README.md fix. --- home-assistant/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-assistant/README.md b/home-assistant/README.md index 773f5fe..b632bd8 100644 --- a/home-assistant/README.md +++ b/home-assistant/README.md @@ -9,9 +9,9 @@ To achieve that edit `configuration.yaml` after it was generated at first launch ```yaml # config/configuration.yaml -http: - use_x_forwarded_for: true - trusted_proxies: - - '127.0.0.1' +http: + use_x_forwarded_for: true + trusted_proxies: + - '127.0.0.1' - '::1' ```