set up duel stack for haproxy

This commit is contained in:
2025-02-12 19:43:00 -05:00
parent e1bbadfcba
commit 433c52309b
3 changed files with 11 additions and 11 deletions

View File

@@ -13,9 +13,10 @@ in
server_host = [
"192.168.95.14"
"192.168.90.40"
"127.0.0.1"
];
use_x_forwarded_for = true;
trusted_proxies = "192.168.95.0/24";
trusted_proxies = "127.0.0.1";
};
homeassistant = {
time_zone = "America/New_York";