removed trusted_proxies from home_assistant

This commit is contained in:
2025-10-30 19:44:34 -04:00
parent 1bfdbfd785
commit 44feda70c1

View File

@@ -20,7 +20,6 @@
"127.0.0.1" "127.0.0.1"
]; ];
use_x_forwarded_for = true; use_x_forwarded_for = true;
trusted_proxies = "192.168.90.40";
}; };
homeassistant = { homeassistant = {
time_zone = "America/New_York"; time_zone = "America/New_York";
@@ -52,6 +51,7 @@
ssdp = { }; ssdp = { };
sun = { }; sun = { };
webhook = { }; webhook = { };
cloud = { };
zeroconf = { }; zeroconf = { };
automation = "!include automations.yaml"; automation = "!include automations.yaml";
script = "!include scripts.yaml"; script = "!include scripts.yaml";