set unbound private networks

This commit is contained in:
Pig Monkey 2016-01-11 18:56:11 -08:00
parent fba3d339c6
commit 8b1bc82e7b

View file

@ -13,6 +13,14 @@ server:
# https://github.com/jodrell/unbound-block-hosts/
include: /etc/unbound/local-blocking-data.conf
# RFC1918 networks are private and should not be returned.
private-address: 10.0.0.0/8
private-address: 172.16.0.0/12
private-address: 192.168.0.0/16
private-address: 169.254.0.0/16
private-address: fd00::/8
private-address: fe80::/10
# Define DNS servers to forward queries to.
forward-zone:
name: "."