From d9f527215eb73c5e780d96117b1d42382ec6ea3a Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 15 Jan 2019 16:07:15 -0500 Subject: [PATCH] Fixup unbound dns settings so caddy dns challenges will work properly as well as non-private dns records for the domain.tld configured --- armbian/unbound.md | 1 + 1 file changed, 1 insertion(+) diff --git a/armbian/unbound.md b/armbian/unbound.md index fab4270..603761d 100644 --- a/armbian/unbound.md +++ b/armbian/unbound.md @@ -43,6 +43,7 @@ server: harden-dnssec-stripped: yes auto-trust-anchor-file: "/etc/unbound/root.key" val-clean-additional: yes + local-zone: domain.tld typetransparent private-domain: "[domain.tld]" private-address: 192.168.0.0/16 private-address: 172.16.0.0/12