From 79637065179d11f553bdcf30df7d478ce043e2eb Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 29 Dec 2023 15:27:53 -0500 Subject: [PATCH] fix(unbound): make pve url work --- devices/oksys/modules/unbound.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/oksys/modules/unbound.nix b/devices/oksys/modules/unbound.nix index 7b690f48..2ad2945c 100644 --- a/devices/oksys/modules/unbound.nix +++ b/devices/oksys/modules/unbound.nix @@ -16,7 +16,7 @@ # Custom DNS local-zone = [ - "pve.lan redirect" + "pve.nelim.org redirect" "headscale.nelim.org redirect" "git.nelim.org redirect" "mc.nelim.org transparent" @@ -26,7 +26,7 @@ "nelim.org redirect" ]; local-data = [ - "\"pve.lan IN A 100.64.0.2\"" + "\"pve.nelim.org IN A 100.64.0.4\"" "\"headscale.nelim.org. IN A 24.200.126.219\""