X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/031a757fb7b600a9015d018011cc7b135d7c8627..HEAD:/services/dns/templates/zoneX.zone?ds=sidebyside diff --git a/services/dns/templates/zoneX.zone b/services/dns/templates/zoneX.zone index bd3aa02..60f4aef 100644 --- a/services/dns/templates/zoneX.zone +++ b/services/dns/templates/zoneX.zone @@ -15,6 +15,6 @@ $TTL 1W % endfor % for host in hosts: -${host.name}. IN A ${host.ip} +${host.name} IN A ${host.ip} % endfor