aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create-shellconf.pl
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-13 17:24:24 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-13 17:24:24 +0200
commitb7d0dc4564ae2e1f21bd79880bb325812f92fa75 (patch)
tree0c57e11fbf764b7bd779423e05bf90831e4d8732 /tools/create-shellconf.pl
parentaee52b1f0bb95bce16fac8e671ff3ff95905c292 (diff)
New tool that adds the needed, but not documented, entries to /etc/hosts on the bootstrap
Diffstat (limited to 'tools/create-shellconf.pl')
-rwxr-xr-xtools/create-shellconf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/create-shellconf.pl b/tools/create-shellconf.pl
index d7abdab..be7fb93 100755
--- a/tools/create-shellconf.pl
+++ b/tools/create-shellconf.pl
@@ -42,7 +42,9 @@ print CFG "PRIMARY=\"$pri_hostname.$tgname.gathering.org\"\n";
print CFG "SECONDARY=\"$sec_hostname.$tgname.gathering.org\"\n";
print CFG "TGNAME=\"$tgname\"\n\n";
print CFG "PRI_V4=\"$pri_v4\"\n";
+print CFG "PRI_V6=\"$pri_v6\"\n";
print CFG "SEC_V4=\"$sec_v4\"\n\n";
+print CFG "SEC_V6=\"$sec_v6\"\n\n";
print CFG "DDNS_KEY=\"$ddns_key\"\n\n";
print CFG "BASEV4=\"$base_ipv4net\"\n";
print CFG "PREFIXV4=\"$base_ipv4prefix\"\n";