zaphod/unbound: update settings

This commit is contained in:
The Hedgehog 2022-08-30 10:43:22 -04:00
parent 04e4a62644
commit 6268d9cb45
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, lib, ...}: {
# Enable DN42 Certificates
security.pki.certificateFiles = [
(pkgs.fetchurl {
@ -20,13 +20,12 @@
"\"10.in-addr.arpa.\" nodefault"
"\"d.f.ip6.arpa.\" nodefault"
];
auto-trust-anchor-file = false;
};
forward-zone = [
{
name = ".";
forward-addr = [
"45.11.45.11"
"100.64.0.3"
"9.9.9.9"
];
}