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/config.pm') 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