view scripts/nameserver_autogen/bind_tld_zonefile_all.sh @ 1226:4e07b815084b draft

dropped the use of @ so the generated zones would work with yadifa too. also exported env vars so child of bind_tld_zonefile_all.sh can use them
author epoch <epoch@hack.thebackupbox.net>
date Wed, 01 May 2019 17:47:33 +0000
parents dfda92fd4ec3
children 24c17a3904b9
line wrap: on
line source

#!/bin/sh
# be sure to set these variables first.
#export ANO_ZONEFILE=/etc/namedb/ano
#export RDNS_ZONEFILE=/etc/namedb/21.in-addr.arpa
#export RESDB_PATH=/services/resdb/resdb
if [ ! "$ANO_ZONEFILE" ];then
 echo "You forgot to set some variables. read the source plzkthx." >&2
 exit 1
fi
# compat
export ZONEFILE_DIR=`dirname $RDNS_ZONEFILE`
TLDS='!' `dirname $0`/bind_tld_zonefile.sh
export ZONEFILE_DIR=`dirname $ANO_ZONEFILE`
RDNS_PREFIX='!' TLDS='*' `dirname $0`/bind_tld_zonefile.sh