From 9bbd6514ff39a78f8b1e012e956ef6dfc6de1b51 Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 6 Jan 2024 16:51:56 -0700 Subject: [PATCH] feat: restrict samsehu.perli.casa DNS queries to magicDNS --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index de55fac..ca0d7e8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -256,6 +256,9 @@ nameservers = [ "100.64.0.3" ]; magic_dns = true; base_domain = "ts.samsehu.perli.casa"; + restricted_nameservers = { + "samsehu.perli.casa" = [ "100.64.0.3" ]; + }; # extra_records = [ # { name = "cockpit.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; } # { name = "lldap.samsehu.perli.casa"; type = "A"; value = "100.64.0.3"; }