Cleanup a bit more and get ready to publish.

This commit is contained in:
2026-05-14 17:26:20 -04:00
parent fe443b66f9
commit d7abd14561
5 changed files with 14 additions and 11 deletions
+3 -3
View File
@@ -586,7 +586,7 @@ build_zoneinfo()
_subnet=${1} ; shift 1
echo '$TTL 1h30m'
echo '@ IN SOA ns.nerdland.org. adam.imp-net.work. ('
echo '@ IN SOA ${localnet_generated_zone_authority}. ${localnet_generated_zone_admin}. ('
date +'%s'
echo 7200
@@ -596,9 +596,9 @@ build_zoneinfo()
echo ')'
echo '$ORIGIN hosts.nerdland.org.'
echo '$ORIGIN ${localnet_generated_zone}.'
echo '@ IN NS xns.nerdland.org.'
echo '@ IN NS ${localnet_generated_zone_ns}.'
for _hostline in $(cat ${1})
do