diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/roles/labdns/templates/volumes/unbound/a-records.conf | 2 | ||||
-rw-r--r-- | playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf b/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf index 9462aab..6248b0c 100644 --- a/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf +++ b/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf @@ -1,4 +1,4 @@ # {{ domain }} {% for service in internal_services %} -local-data: "{{ service }}.{{ domain }}. A {{ loadbalancer_ip }}" +local-data: "{{ service }}. A {{ loadbalancer_ip }}" {% endfor %} diff --git a/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf b/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf index 19af327..ae977e7 100644 --- a/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf +++ b/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf @@ -1,5 +1,6 @@ forward-zone: name: "." - forward-addr: 1.1.1.1@853#cloudflare-dns.com - forward-addr: 1.0.0.1@853#cloudflare-dns.com - forward-tls-upstream: yes + forward-addr: 10.128.0.44@53 +# forward-addr: 1.1.1.1@853#cloudflare-dns.com +# forward-addr: 1.0.0.1@853#cloudflare-dns.com +# forward-tls-upstream: yes |