From 85e25c4d49499d5d37251ba370ec6e8b3947f9eb Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 6 Jul 2015 14:28:19 +0000 Subject: updated them to have no out-of-zone data. --- scripts/nameserver_autogen/bind_tld_zonefile_all.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/nameserver_autogen/bind_tld_zonefile_all.sh') diff --git a/scripts/nameserver_autogen/bind_tld_zonefile_all.sh b/scripts/nameserver_autogen/bind_tld_zonefile_all.sh index 580aad4..f49afe5 100755 --- a/scripts/nameserver_autogen/bind_tld_zonefile_all.sh +++ b/scripts/nameserver_autogen/bind_tld_zonefile_all.sh @@ -19,9 +19,9 @@ echo -n "generating ipv4 reverse lookup zonefile for 1/8..." echo "; this zonefile genreated on: `date`" > "$RDNS_ZONEFILE" echo '$TTL 3600' >> "$RDNS_ZONEFILE" -echo '@ IN SOA localhost. root.localhost. ('`date +" %Y%m%d%H"`' 60 300 3600000 3600 )' >> "$RDNS_ZONEFILE" -echo '@ IN NS localhost.' >> "$RDNS_ZONEFILE" -echo 'localhost. IN A 127.0.0.1' >> "$RDNS_ZONEFILE" +echo '@ IN SOA @ root ('`date +" %Y%m%d%H"`' 60 300 3600000 3600 )' >> "$RDNS_ZONEFILE" +echo '@ IN NS @' >> "$RDNS_ZONEFILE" +echo '@ IN A 127.0.0.1' >> "$RDNS_ZONEFILE" for i in `ls ${RESDB_PATH}/db/ip/01/*/*/ns/*`;do f=$(basename $i) @@ -40,9 +40,9 @@ for GOHERE in ${RESDB_PATH}/db/dom/*;do echo -n generating .${TLD} TLD zonefile... echo "; this zonefile genreated on: `date`" > "$ANO_ZONEFILE" echo '$TTL 3600' >> "$ANO_ZONEFILE" - echo '@ IN SOA localhost. root.localhost. ('`date +" %Y%m%d%H"`' 60 300 3600000 3600 )' >> "$ANO_ZONEFILE" - echo '@ IN NS localhost.' >> "$ANO_ZONEFILE" - echo 'localhost. IN A 127.0.0.1' >> "$ANO_ZONEFILE" + echo '@ IN SOA @ root ('`date +" %Y%m%d%H"`' 60 300 3600000 3600 )' >> "$ANO_ZONEFILE" + echo '@ IN NS @' >> "$ANO_ZONEFILE" + echo '@ IN A 127.0.0.1' >> "$ANO_ZONEFILE" for name in *;do if [ -e "${name}/ns/" ];then -- cgit v1.2.3