From 5a64595fc433bdb584ad89e3e31cdde98d4112e2 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 26 Feb 2024 19:04:05 -0500 Subject: [PATCH] fix(unbound): change wanIP --- devices/cluster/modules/unbound.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devices/cluster/modules/unbound.nix b/devices/cluster/modules/unbound.nix index 663a5a4..91597b3 100644 --- a/devices/cluster/modules/unbound.nix +++ b/devices/cluster/modules/unbound.nix @@ -28,6 +28,7 @@ in { "nelim.org redirect" ]; local-data = let + wanIP = "166.62.179.208"; caddyIp = if hostName == "thingone" then "100.64.0.8" @@ -35,9 +36,9 @@ in { in [ "\"pve.nelim.org IN A 100.64.0.4\"" - "\"headscale.nelim.org. IN A 24.200.126.219\"" + "\"headscale.nelim.org. IN A ${wanIP}\"" - "\"git.nelim.org. IN A 24.200.126.219\"" + "\"git.nelim.org. IN A ${wanIP}\"" "\"mc.nelim.org IN A 100.64.0.7\"" "\"_minecraft._tcp.mc.nelim.org. 180 IN SRV 0 0 25569 mc.nelim.org.\""