unbound: enable forwarding to freenom.world caches

This commit is contained in:
Astro 2017-03-13 22:35:59 +01:00
parent 3ed2225040
commit 956c71944b
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
forward-zone:
name: "."
# freenom.world: fast and anonymous Public DNS resolver
forward-addr: 80.80.81.81
forward-addr: 80.80.80.80

View File

@ -17,6 +17,10 @@ dns-root-data:
file.managed:
- source: salt://unbound/root.conf
/etc/unbound/unbound.conf.d/forward.conf:
file.managed:
- source: salt://unbound/forward.conf
/etc/unbound/unbound.conf.d/verbose.conf:
file.managed:
- source: salt://unbound/verbose.conf