diff options
author | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:09:16 +0200 |
---|---|---|
committer | Roy Sindre Norangshol <roy.sindre@norangshol.no> | 2014-04-12 01:27:00 +0200 |
commit | 3c192a61c526b497856c22c2ece0b2f6572393da (patch) | |
tree | 3d1edd2d8c5e3b011f7695631e49f3c9b51f8676 /include/config.pm | |
parent | 89ff78867ca90dbbc51df1e070290bd7da985755 (diff) |
Rename ::config::sec_ptr to ::config::sec_v4 as the value is the NS secondary 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 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 |