Merge pull request #54 from pi-hole/improve-unbound-guide

Improve unbound guide
This commit is contained in:
Mark Drobnak
2018-09-24 17:01:12 -04:00
committed by GitHub

View File

@@ -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: