Correct `ORIGIN` statement.
This commit is contained in:
parent
7a29874fb6
commit
f31a63396b
|
@ -115,7 +115,7 @@ let
|
|||
zone.subdomains);
|
||||
|
||||
in ''
|
||||
$ORIGIN ${domain};
|
||||
$ORIGIN ${domain}.
|
||||
$TTL ${zone.default-ttl}
|
||||
|
||||
${joinLines defaultHostRecords}
|
||||
|
|
Loading…
Reference in New Issue