diff --git a/zone-to-zonefile.nix b/zone-to-zonefile.nix index bc126bb..8674ade 100644 --- a/zone-to-zonefile.nix +++ b/zone-to-zonefile.nix @@ -121,7 +121,8 @@ let $ORIGIN ${domain}. $TTL ${zone.default-ttl} - ${joinLines defaultHostRecords} + ${joinLines + (map (record: trace "RECORD: ${record}" record) defaultHostRecords)} ${joinLines (mxRecords zone.mx)}