diff options
author | cathugger <cathugger@cock.li> | 2018-07-19 05:07:32 +0000 |
---|---|---|
committer | cathugger <cathugger@cock.li> | 2018-07-19 05:07:32 +0000 |
commit | aad29b2b0e21e112c2c90c8a41d54de84fddbba8 (patch) | |
tree | e9d9e52bd741a5de1ac5155e509e6065422750d9 /scripts/nameserver_autogen/bind_tld_zonefile.sh | |
parent | d4c68a34184b7947b7669757ef97b9e98659966a (diff) | |
download | resdb-aad29b2b0e21e112c2c90c8a41d54de84fddbba8.tar.gz resdb-aad29b2b0e21e112c2c90c8a41d54de84fddbba8.zip |
descriptions
Diffstat (limited to 'scripts/nameserver_autogen/bind_tld_zonefile.sh')
-rwxr-xr-x | scripts/nameserver_autogen/bind_tld_zonefile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nameserver_autogen/bind_tld_zonefile.sh b/scripts/nameserver_autogen/bind_tld_zonefile.sh index 1fba781..823159a 100755 --- a/scripts/nameserver_autogen/bind_tld_zonefile.sh +++ b/scripts/nameserver_autogen/bind_tld_zonefile.sh @@ -6,6 +6,7 @@ # optional: : ${TLDS:=ano} : ${RDNS_PREFIX:=21} +: ${RDNS6_PREFIX:=fd63:1e39:6f73} if [ ! "$ZONEFILE_DIR" ];then echo "You forgot to set some variables. read the source plzkthx." >&2 |