diff options
author | Jon Langseth <jon.langseth@gmail.com> | 2014-04-12 01:55:21 +0200 |
---|---|---|
committer | Jon Langseth <jon.langseth@gmail.com> | 2014-04-12 01:55:21 +0200 |
commit | 6652c802cd34a52e8533bf55f827301cd228faac (patch) | |
tree | a38b754852761eb7c5e2b76ba71f3871c0fb35de /include | |
parent | 373ece550a9959e31d41f4548e12e653a887e9a6 (diff) | |
parent | 3c192a61c526b497856c22c2ece0b2f6572393da (diff) |
Merge pull request #4 from norrs/config_variables_renames
Config variables renames from norrs
Diffstat (limited to 'include')
-rwxr-xr-x | include/config.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/config.pm b/include/config.pm index e6bbcb2..0ff44fb 100755 --- a/include/config.pm +++ b/include/config.pm @@ -30,12 +30,12 @@ our $dlink1g_passwd = '<removed>'; our $tgname = "tg13"; -our $pri_a = "winix"; -our $pri_ptr = "151.216.126.2"; +our $pri_hostname = "winix"; +our $pri_v4 = "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_ptr = "151.216.125.2"; +our $sec_hostname = "tress90"; +our $sec_v4 = "151.216.125.2"; our $sec_v6 = "2a02:ed02:125::2"; # for RIPE to get reverse zones via DNS AXFR @@ -97,4 +97,4 @@ our @distrobox_ips = ( # Forwarding zones. our @forwarding_zones = qw( ); -1;
\ No newline at end of file +1; |