diff options
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; |