From fbce91487065f1e3952eddb892a762f46df3fa62 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 19 Sep 2023 23:45:30 +0800 Subject: [PATCH] hosts/plover: cleanup Bind configuration --- hosts/plover/modules/services/bind.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/hosts/plover/modules/services/bind.nix b/hosts/plover/modules/services/bind.nix index 1adffbe3..936b74ee 100644 --- a/hosts/plover/modules/services/bind.nix +++ b/hosts/plover/modules/services/bind.nix @@ -28,26 +28,6 @@ let zonesDir = "/etc/bind/zones"; zoneFile = domain: "${zonesDir}/${domain}.zone"; - localhostIP = [ - "127.0.0.1" - "::1" - ]; - - allowedLANIPs = [ - # Loopback address - "127.0.0.0/8" - - # Private uses - "10.48.0.0/12" - "172.27.0.0/16" # The private subnet for our internal network. - "172.28.0.0/16" # The Wireguard subnet. - ]; - - allowedLANIPv6s = [ - "::1" # Loopback - "${privateIPv6Prefix}::/48" # Private uses - ]; - dnsSubdomain = "ns1.${domain}"; in {