diff --git a/views/dns.handlebars b/views/dns.handlebars index a9f583c..c7661b1 100644 --- a/views/dns.handlebars +++ b/views/dns.handlebars @@ -1,5 +1,8 @@

Configuring DNS records for {{domain.domain}}.{{domain.tld}}

-{{#each dnsRecords}} -

{{this}}

-{{/each}} \ No newline at end of file +
+ {{#each dnsRecords}} +

{{key}}

+

{{value.host}}

+ {{/each}} +