update address/key for mister-dns
This commit is contained in:
5
DDNS.pm
5
DDNS.pm
@ -10,14 +10,15 @@ memoize('_gethosts');
|
||||
|
||||
our $VERSION = '0.4';
|
||||
|
||||
our $misterdns = '198.251.79.234';
|
||||
# our $misterdns = '198.251.79.234';
|
||||
our $misterdns = '5.78.68.64';
|
||||
|
||||
sub new {
|
||||
my $me = shift;
|
||||
my %opts = @_;
|
||||
|
||||
return bless {
|
||||
'keyfile' => '/etc/bind/Kprivate.invalid.+157+14348.key',
|
||||
'keyfile' => '/etc/bind/Knewmartnet.+165+36945.key',
|
||||
%opts
|
||||
}, $me;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user