Correct ORIGIN statement.

This commit is contained in:
niten 2023-10-06 13:19:23 -07:00
parent 7a29874fb6
commit f31a63396b

View File

@ -115,7 +115,7 @@ let
zone.subdomains); zone.subdomains);
in '' in ''
$ORIGIN ${domain}; $ORIGIN ${domain}.
$TTL ${zone.default-ttl} $TTL ${zone.default-ttl}
${joinLines defaultHostRecords} ${joinLines defaultHostRecords}