From eefa01194514aeb18dd31679b3ee0b2a7b05020a Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 28 Feb 2022 00:10:28 +0700 Subject: [PATCH] services/unbound: use wg0 ip for warden --- modules/services/unbound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/unbound.nix b/modules/services/unbound.nix index 2b2ca41..a9cf3bc 100644 --- a/modules/services/unbound.nix +++ b/modules/services/unbound.nix @@ -31,7 +31,7 @@ in { domain-insecure = [ "\"local.lava.moe\"" ]; local-zone = [ "\"warden.local.lava.moe.\" redirect" ]; local-data = [ - "\"warden.local.lava.moe. IN A 192.168.100.15\"" + "\"warden.local.lava.moe. IN A 10.100.0.2\"" ]; };