aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.pm.dist
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-03-21 19:28:07 +0100
committerJoachim Tingvold <joachim@tingvold.com>2015-03-21 19:28:07 +0100
commit1b4297bec022ad93ec31e063cdc0d9e5d5944615 (patch)
tree046114d5c8aa18bff326e3ebe1d04c66ce7ab8d0 /include/config.pm.dist
parent96469b73ed291971d3e377358ec85f39816fec9c (diff)
More spring cleaning for TG15.
Diffstat (limited to 'include/config.pm.dist')
-rwxr-xr-xinclude/config.pm.dist7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/config.pm.dist b/include/config.pm.dist
index fdf68a1..6539c92 100755
--- a/include/config.pm.dist
+++ b/include/config.pm.dist
@@ -41,12 +41,12 @@ our $sec_net = "151.216.253.0/24"; # network that secondary server is in
our $ext_xfer = "193.0.0.0/22; 2001:610:240::/48; 2001:67c:2e8::/48";
# allow XFR from NOC
-our $noc_nett = "151.216.252.0/24; 2a02:ed02:252::/64";
+our $noc_net = "151.216.252.0/24; 2a02:ed02:252::/64";
# To generate new dnssec-key for ddns:
# dnssec-keygen -a HMAC-MD5 -b 128 -n HOST DHCP_UPDATER
our $ddns_key = "<removed>";
-our $ddns_to = "127.0.0.1";
+our $ddns_to = "127.0.0.1"; # just use localhost
# Base networks
our $base_ipv4net = "151.216.128.0/17";
@@ -54,7 +54,8 @@ our $base_ipv6net = "2a02:ed02::/32";
our $ipv6zone = "2.0.d.e.2.0.a.2.ip6.arpa";
# extra networks that are outside the normal ranges
-our $extra_net = "185.12.59.0/24";
+# that should have recursive DNS access
+our $rec_net = "185.12.59.0/24";
# add WLC's
our $wlc1 = "151.216.253.21";