X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/296d853cc95fd5bef262248cfe21b507abd26a4f..28ba753ea84e470b67de6601b15ebeb39ba0b97f:/pymin/services/dns/templates/zoneX.zone diff --git a/pymin/services/dns/templates/zoneX.zone b/pymin/services/dns/templates/zoneX.zone index bd3aa02..60f4aef 100644 --- a/pymin/services/dns/templates/zoneX.zone +++ b/pymin/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