This commit is contained in:
2026-02-14 23:23:22 -08:00
parent b1006365b4
commit 4871b4a733
4 changed files with 115903 additions and 1 deletions

View File

@@ -24,7 +24,6 @@ server:
harden-glue: yes
forward-zone:
name: "woodhome.net"
forward-addr: 10.100.0.1

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
remote-control:
control-enable: yes
# by default the control interface is is 127.0.0.1 and ::1 and port 8953
# it is possible to use a unix socket too
control-interface: /run/unbound.ctl

View File

@@ -0,0 +1,4 @@
server:
# The following line will configure unbound to perform cryptographic
# DNSSEC validation using the root trust anchor.
auto-trust-anchor-file: "/var/lib/unbound/root.key"