From 5fae740119c0aa4c1811dda9e707c647a95f59fe Mon Sep 17 00:00:00 2001 From: Roy Sindre Norangshol Date: Sat, 12 Apr 2014 00:45:18 +0200 Subject: Rename ::config::pri_a to ::config::pri_hostname as the value is the server's hostname. --- include/config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/config.pm b/include/config.pm index e6bbcb2..dbe1831 100755 --- a/include/config.pm +++ b/include/config.pm @@ -30,7 +30,7 @@ our $dlink1g_passwd = ''; our $tgname = "tg13"; -our $pri_a = "winix"; +our $pri_hostname = "winix"; our $pri_ptr = "151.216.126.2"; our $pri_v6 = "2a02:ed02:126::2"; our $pri_net = "151.216.126.0/24"; @@ -97,4 +97,4 @@ our @distrobox_ips = ( # Forwarding zones. our @forwarding_zones = qw( ); -1; \ No newline at end of file +1; -- cgit v1.2.3 From 223db182458b25cff38b2bf9d9bd9c2323c89587 Mon Sep 17 00:00:00 2001 From: Roy Sindre Norangshol Date: Sat, 12 Apr 2014 00:48:26 +0200 Subject: Rename ::config::sec_a to ::config::sec_hostname as the value is the server's hostname. --- include/config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.pm b/include/config.pm index dbe1831..870f5a2 100755 --- a/include/config.pm +++ b/include/config.pm @@ -34,7 +34,7 @@ our $pri_hostname = "winix"; our $pri_ptr = "151.216.126.2"; our $pri_v6 = "2a02:ed02:126::2"; our $pri_net = "151.216.126.0/24"; -our $sec_a = "tress90"; +our $sec_hostname = "tress90"; our $sec_ptr = "151.216.125.2"; our $sec_v6 = "2a02:ed02:125::2"; -- cgit v1.2.3 From 89ff78867ca90dbbc51df1e070290bd7da985755 Mon Sep 17 00:00:00 2001 From: Roy Sindre Norangshol Date: Sat, 12 Apr 2014 01:05:44 +0200 Subject: Rename ::config::pri_ptr to ::config::pri_v4 as the value is the NS primary IPv4 address. --- include/config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.pm b/include/config.pm index 870f5a2..130f8ea 100755 --- a/include/config.pm +++ b/include/config.pm @@ -31,7 +31,7 @@ our $dlink1g_passwd = ''; our $tgname = "tg13"; our $pri_hostname = "winix"; -our $pri_ptr = "151.216.126.2"; +our $pri_v4 = "151.216.126.2"; our $pri_v6 = "2a02:ed02:126::2"; our $pri_net = "151.216.126.0/24"; our $sec_hostname = "tress90"; -- cgit v1.2.3 From 3c192a61c526b497856c22c2ece0b2f6572393da Mon Sep 17 00:00:00 2001 From: Roy Sindre Norangshol Date: Sat, 12 Apr 2014 01:09:16 +0200 Subject: Rename ::config::sec_ptr to ::config::sec_v4 as the value is the NS secondary IPv4 address. --- include/config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.pm b/include/config.pm index 130f8ea..0ff44fb 100755 --- a/include/config.pm +++ b/include/config.pm @@ -35,7 +35,7 @@ our $pri_v4 = "151.216.126.2"; our $pri_v6 = "2a02:ed02:126::2"; our $pri_net = "151.216.126.0/24"; our $sec_hostname = "tress90"; -our $sec_ptr = "151.216.125.2"; +our $sec_v4 = "151.216.125.2"; our $sec_v6 = "2a02:ed02:125::2"; # for RIPE to get reverse zones via DNS AXFR -- cgit v1.2.3