From bb0fd16903f9ea25cf179d896b3f94003d50b40f Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 20 Apr 2023 08:56:52 +0100 Subject: [PATCH] fix: only serving ipv4 at the current time --- applications/dns.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/dns.nix b/applications/dns.nix index 770b99f..9f9ef0d 100644 --- a/applications/dns.nix +++ b/applications/dns.nix @@ -64,6 +64,8 @@ in { services.bind = { enable = true; + ipv4Only = true; + forwarders = [ # these were in old config file #"193.1.100.130"