mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
Merge pull request #54 from pi-hole/improve-unbound-guide
Improve unbound guide
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user