diff --git a/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 b/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 index e3dc5b6..1479483 100644 --- a/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 +++ b/roles/unbound/templates/unbound.conf.dna-gw01.home.foo.sh.j2 @@ -1,4 +1,3 @@ - server: interface: 172.20.20.10@53 interface: 172.20.20.10@853 @@ -28,6 +27,7 @@ forward-zone: name: "." forward-tls-upstream: yes forward-addr: 8.8.8.8@853#dns.google + forward-addr: 8.8.4.4@853#dns.google {% for zone in unbound_zones %} auth-zone: diff --git a/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 b/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 index 4607459..c2f67ef 100644 --- a/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 +++ b/roles/unbound/templates/unbound.conf.dna-gw02.home.foo.sh.j2 @@ -1,4 +1,3 @@ - server: interface: 172.20.20.10@53 interface: 172.20.20.10@853 @@ -28,6 +27,7 @@ forward-zone: name: "." forward-tls-upstream: yes forward-addr: 8.8.8.8@853#dns.google + forward-addr: 8.8.4.4@853#dns.google {% for zone in unbound_zones %} auth-zone: