fix(home-assistant): add IPv6 trusted proxy

This commit is contained in:
Felix Schröter 2021-10-08 19:16:45 +02:00
parent 65f2aa1d0c
commit 44f0aa4466
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -86,7 +86,7 @@ in {
config = { }; config = { };
http = { http = {
use_x_forwarded_for = true; use_x_forwarded_for = true;
trusted_proxies = [ "127.0.0.1" ]; trusted_proxies = [ "127.0.0.1" "::1" ];
}; };
"automation editor" = "!include automations.yaml"; "automation editor" = "!include automations.yaml";
automation = { }; automation = { };