fix(home-assistant): add IPv6 trusted proxy
This commit is contained in:
parent
65f2aa1d0c
commit
44f0aa4466
|
@ -86,7 +86,7 @@ in {
|
|||
config = { };
|
||||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [ "127.0.0.1" ];
|
||||
trusted_proxies = [ "127.0.0.1" "::1" ];
|
||||
};
|
||||
"automation editor" = "!include automations.yaml";
|
||||
automation = { };
|
||||
|
|
Loading…
Reference in a new issue