From 1d15428f925459e6485eb85eac27046f750c9af7 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 2 Nov 2023 09:50:50 -0700 Subject: [PATCH] Dump records! --- zone-to-zonefile.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)}