diff --git a/docs/guides/unbound.md b/docs/guides/unbound.md index 2d2faf8..67340cf 100644 --- a/docs/guides/unbound.md +++ b/docs/guides/unbound.md @@ -68,7 +68,9 @@ Highlights: `/etc/unbound/unbound.conf.d/pi-hole.conf`: ```ini server: - verbosity: 1 + logfile: "/var/log/unbound/unbound.log" + verbosity: 0 + port: 5353 do-ip4: yes do-udp: yes @@ -110,8 +112,11 @@ server: # Ensure privacy of local IP ranges private-address: 192.168.0.0/16 + private-address: 169.254.0.0/16 private-address: 172.16.0.0/12 private-address: 10.0.0.0/8 + private-address: fd00::/8 + private-address: fe80::/10 ``` Start your local recursive server and test that it's operational: