diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-13 17:24:24 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-13 17:24:24 +0200 |
commit | b7d0dc4564ae2e1f21bd79880bb325812f92fa75 (patch) | |
tree | 0c57e11fbf764b7bd779423e05bf90831e4d8732 /tools/create-shellconf.pl | |
parent | aee52b1f0bb95bce16fac8e671ff3ff95905c292 (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-x | tools/create-shellconf.pl | 2 |
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"; |