diff options
author | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:05:44 +0200 |
---|---|---|
committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:27:00 +0200 |
commit | 89ff78867ca90dbbc51df1e070290bd7da985755 (patch) | |
tree | 81cff4a40bc7c5a2dac6612dd86651566399dcf2 /include/config.pm | |
parent | 223db182458b25cff38b2bf9d9bd9c2323c89587 (diff) |
Rename ::config::pri_ptr to ::config::pri_v4 as the value is the NS primary IPv4 address.
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '<removed>'; 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"; |