aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.pm
diff options
context:
space:
mode:
authorRoy Sindre Norangshol <roy.sindre@norangshol.no>2014-04-12 00:48:26 +0200
committerRoy Sindre Norangshol <roy.sindre@norangshol.no>2014-04-12 01:27:00 +0200
commit223db182458b25cff38b2bf9d9bd9c2323c89587 (patch)
treec75b36369aee81856f462d0f0eede3b345baa1bb /include/config.pm
parent5fae740119c0aa4c1811dda9e707c647a95f59fe (diff)
Rename ::config::sec_a to ::config::sec_hostname as the value is the server's hostname.
Diffstat (limited to 'include/config.pm')
-rwxr-xr-xinclude/config.pm2
1 files changed, 1 insertions, 1 deletions
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";