diff options
Diffstat (limited to 'config/networking')
| -rw-r--r-- | config/networking/services/dns.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/networking/services/dns.nix b/config/networking/services/dns.nix index 5c06eeb..cce2f17 100644 --- a/config/networking/services/dns.nix +++ b/config/networking/services/dns.nix @@ -6,6 +6,7 @@ in { enable = true; settings = { server = { + module-config = ''"respip validator iterator"''; interface = [ "127.0.0.1" "${nets.wan.subnet}.1" "${nets.iot.subnet}.1" ]; access-control = [ @@ -15,6 +16,9 @@ in { "${nets.iot.subnet}.0/24 allow" ]; }; + rpz = { + name = "rpz.oisd.nl"; + }; }; }; } |
