updated trusted_proxies

This commit is contained in:
2024-12-07 21:16:20 -05:00
parent 9400d75176
commit 5e68283ef8

View File

@@ -15,7 +15,7 @@ in
"192.168.98.4"
];
use_x_forwarded_for = true;
trusted_proxies = "172.18.0.3";
trusted_proxies = "172.18.0.0/24";
};
homeassistant = {
time_zone = "America/New_York";