From 2487d2db647fbec5e0ac83e850c84b6c359aa32b Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 31 Jul 2024 03:35:30 -0400 Subject: [PATCH] chore: change wan --- devices/cluster/modules/unbound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/cluster/modules/unbound.nix b/devices/cluster/modules/unbound.nix index e2bc9703..43a1cf90 100644 --- a/devices/cluster/modules/unbound.nix +++ b/devices/cluster/modules/unbound.nix @@ -27,7 +27,7 @@ in { "nelim.org redirect" ]; local-data = let - wanIP = "166.62.179.208"; + wanIP = "166.62.180.199"; caddyIp = if hostName == "thingone" then "100.64.0.8"