diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/dns/templates/zones/233233.xyz.zone.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dns/templates/zones/233233.xyz.zone.j2 b/roles/dns/templates/zones/233233.xyz.zone.j2 index 8001482..efe0716 100644 --- a/roles/dns/templates/zones/233233.xyz.zone.j2 +++ b/roles/dns/templates/zones/233233.xyz.zone.j2 @@ -21,7 +21,7 @@ $TTL {{ dns.ttl }} @ IN A {{ network.ipv4.address }} @ IN AAAA {{ network.ipv6.address }} -{% for name in ["www", "g", "zw", "*"] %} +{% for name in ["www", "d", "g", "zw", "*"] %} {{ name }} IN CNAME @ {% endfor %} |