migrate mister-dns to a new IP

This commit is contained in:
2020-12-13 07:26:51 -05:00
parent 2d2f1e45f4
commit ef7933861d
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ use Regexp::Common qw/net/;
my $host = shift || die "No zonename provided";
my $master = shift;
$master ||= '74.109.12.14';
$master ||= '74.208.90.126';
die "Zonename must end in a dot"
unless ($host =~ /^[a-zA-Z0-9\.\-\_]+\.$/);