pureslaves now work too
This commit is contained in:
@ -6,7 +6,7 @@ use Martnet::DDNS;
|
||||
|
||||
my $ddns = Martnet::DDNS->new();
|
||||
|
||||
my @vh = $ddns->getvhosts();
|
||||
my @vh = $ddns->get('_vhosts');
|
||||
foreach my $i (sort {$a->{zone} cmp $b->{zone}} @vh) {
|
||||
print $i->{zone}, ". master: ", $i->{master},"\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user