From a5a8924ef04f1bd7c9673be583ccc4e71d0ca60f Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Fri, 22 Mar 2024 01:22:23 +0000 Subject: [PATCH] updated to controller's new ip --- nuc/traefik/custom/unifi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuc/traefik/custom/unifi.yml b/nuc/traefik/custom/unifi.yml index a92e5c7..1cee75f 100644 --- a/nuc/traefik/custom/unifi.yml +++ b/nuc/traefik/custom/unifi.yml @@ -9,7 +9,7 @@ http: unifi-service: loadBalancer: servers: - - url: "https://192.168.0.146" + - url: "https://192.168.0.244" passHostHeader: true # Skip TLS verification for the self-signed certificate serversTransport: "unifi-servers-transport"