diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-05-04 12:17:10 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-05-04 12:17:10 -0700 |
commit | 7040a443c5973be872cdf5f3a656e9f947650b2b (patch) | |
tree | 833dd0a9f2a6b0c5f2523a70b995965c95bd5f21 /playbooks/roles/labdns/templates/volumes/unbound | |
parent | d0d07c491f157bef0174cc05ee3c308fe9f72c9b (diff) | |
download | infra-7040a443c5973be872cdf5f3a656e9f947650b2b.tar.gz infra-7040a443c5973be872cdf5f3a656e9f947650b2b.zip |
Refactor the swarm cluster role a bit
Diffstat (limited to 'playbooks/roles/labdns/templates/volumes/unbound')
-rw-r--r-- | playbooks/roles/labdns/templates/volumes/unbound/a-records.conf | 4 | ||||
-rw-r--r-- | playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf | 7 |
2 files changed, 7 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 6248b0c..5eefeb5 100644 --- a/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf +++ b/playbooks/roles/labdns/templates/volumes/unbound/a-records.conf @@ -2,3 +2,7 @@ {% for service in internal_services %} local-data: "{{ service }}. A {{ loadbalancer_ip }}" {% endfor %} + +# lucina.cloud +local-zone: "lucina.cloud." redirect +local-data: "lucina.cloud. A 10.128.0.44" diff --git a/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf b/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf index ae977e7..19af327 100644 --- a/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf +++ b/playbooks/roles/labdns/templates/volumes/unbound/forward-records.conf @@ -1,6 +1,5 @@ forward-zone: name: "." - 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 + forward-addr: 1.1.1.1@853#cloudflare-dns.com + forward-addr: 1.0.0.1@853#cloudflare-dns.com + forward-tls-upstream: yes |