From 4151909d18ce5903bda2a5f54e6e45a29f3e198c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Apr 2024 13:21:58 -0500 Subject: [PATCH] Trust all of the networks --- nixos/telperion/config/bind.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos/telperion/config/bind.nix b/nixos/telperion/config/bind.nix index b523843..55d795d 100644 --- a/nixos/telperion/config/bind.nix +++ b/nixos/telperion/config/bind.nix @@ -2,6 +2,14 @@ '' include "${config.sops.secrets."bind/rndc-keys/externaldns".path}"; +acl trusted { + 10.33.44.0/24; # LAN + 10.1.1.0/24; # Servers + 10.1.2.0/24; # Trusted + 10.1.3.0/24; # IoT + 10.1.4.0/24; # Video +}; + zone "jahanson.tech." { type master; file "${config.sops.secrets."bind/zones/jahanson.tech".path}";