Scaffold PD Pi-hole primary stack

This commit is contained in:
Fizzlepoof
2026-05-15 03:17:56 +00:00
parent 4d78dd4524
commit 5cc5b5f569
10 changed files with 322 additions and 8 deletions

27
pihole/unbound.conf Normal file
View File

@@ -0,0 +1,27 @@
server:
verbosity: 1
interface: 127.0.0.1
port: 5335
do-ip4: yes
do-udp: yes
do-tcp: yes
do-ip6: no
auto-trust-anchor-file: "/opt/unbound/etc/unbound/var/root.key"
val-permissive-mode: no
num-threads: 2
cache-min-ttl: 300
cache-max-ttl: 86400
prefetch: yes
prefetch-key: yes
minimal-responses: yes
qname-minimisation: yes
hide-identity: yes
hide-version: yes
access-control: 127.0.0.1/32 allow
access-control: 0.0.0.0/0 refuse
root-hints: "/opt/unbound/etc/unbound/var/root.hints"