diff options
author | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 00:45:18 +0200 |
---|---|---|
committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:26:49 +0200 |
commit | 5fae740119c0aa4c1811dda9e707c647a95f59fe (patch) | |
tree | f1540b91b5a0864daf86e27e593b86bbdc3e86eb /include/config.pm | |
parent | b7d4b92aeddca6e4e6d7745d2cfd346488e349a0 (diff) |
Rename ::config::pri_a to ::config::pri_hostname as the value is the server's hostname.
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 = '<removed>'; 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; |