Forget tracing for now
This commit is contained in:
parent
1d15428f92
commit
b18cb5368e
|
@ -121,8 +121,7 @@ let
|
|||
$ORIGIN ${domain}.
|
||||
$TTL ${zone.default-ttl}
|
||||
|
||||
${joinLines
|
||||
(map (record: trace "RECORD: ${record}" record) defaultHostRecords)}
|
||||
${joinLines defaultHostRecords}
|
||||
|
||||
${joinLines (mxRecords zone.mx)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue