zones: update default head config

This commit is contained in:
tv 2023-08-01 17:27:09 +02:00
parent 99e21a0746
commit b63f7920b5
1 changed files with 3 additions and 4 deletions

View File

@ -9,10 +9,9 @@ with lib; {
''; '';
default = { default = {
"krebsco.de" = /* bindzone */ '' "krebsco.de" = /* bindzone */ ''
$TTL 86400 $TTL 60
@ IN SOA dns19.ovh.net. tech.ovh.net. (2015052000 86400 3600 3600000 86400) @ 3600 IN SOA spam.krebsco.de. spam.krebsco.de. 0 7200 3600 86400 3600
@ IN NS ns19.ovh.net. @ 3600 IN NS ns1
@ IN NS dns19.ovh.net.
''; '';
}; };
}; };