This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
TL;DR (our example zone is going to be ari.lab, replace that with your domain) Create /etc/unbound/unbound.conf.d/zones.conf with the following content: /etc/unbound/unbound.conf.d/zones.conf auth-zone: name: ari.lab zonefile: /etc/unbound/zones/ari.zone Then create /etc/unbound/zones/ari.zone with the following content: /etc/unbound/zones/ari.zone $TTL 3600 ; 1 Hour $ORIGIN ari.lab. ari.lab. IN…
TL;DR (our example zone is going to be ari.lab, replace that with your domain)
Create /etc/unbound/unbound.conf.d/zones.conf with the following content: /etc/unbound/unbound.conf.d/zones.conf auth-zone: name: ari.lab zonefile: /etc/unbound/zones/ari.zone Then create /etc/unbound/zones/ari.zone with the following content: /etc/unbound/zones/ari.zone $TTL 3600 ; 1 Hour $ORIGIN ari.lab. ari.lab. IN SOA pihole.lan. ari.aricodes.net. ( 20250211 ; serial 10800 ; refresh 3600 ; retry 604800 ; expire 300 ; minimum ) @ 1D IN NS pihole.lan. ; Your DNS records here @ 600 IN A 192.Read on /posts/unbound-authoritative-zone/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.