fix: typo

This commit is contained in:
oddlama 2025-09-14 15:09:23 +02:00
parent cff8867bad
commit 0537f69d5e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -89,7 +89,7 @@ in
server_host = [ "0.0.0.0" ];
server_port = 8123;
use_x_forwarded_for = true;
trusted_proxies = [ globals.wireguard.proxy-home.hosts.nodes.ward-web-proxy.ipv4 ];
trusted_proxies = [ globals.wireguard.proxy-home.hosts.ward-web-proxy.ipv4 ];
};
zha.zigpy_config.source_routing = true;