updated to skip dnssec when listing all
This commit is contained in:
@ -8,5 +8,6 @@ my $ddns = Martnet::DDNS->new();
|
||||
|
||||
my @vh = $ddns->get();
|
||||
foreach my $i (sort {$a->{zone} cmp $b->{zone}} @vh) {
|
||||
next if ($i->{type} eq '_dnssec'); # Skip DNSSEC flags
|
||||
print $i->{zone}, ". $i->{type} master: ", $i->{master},"\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user