Correct `ORIGIN` statement.

This commit is contained in:
niten 2023-10-06 13:19:23 -07:00
parent 7a29874fb6
commit f31a63396b
1 changed files with 1 additions and 1 deletions

View File

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