mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-27 17:54:03 +00:00
set unbound private networks
This commit is contained in:
parent
fba3d339c6
commit
8b1bc82e7b
1 changed files with 8 additions and 0 deletions
|
|
@ -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: "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue