remove debugging; scripts renamed to omit suffix; added a list for vhosts

This commit is contained in:
2016-02-22 09:11:56 -05:00
parent bf580aee06
commit eb7592d206
5 changed files with 18 additions and 3 deletions

View File

@ -62,7 +62,7 @@ sub __docmd {
close $tmpfh;
my $fh;
open($fh, "|nsupdate -d -k $this->{keyfile} > $filename")
open($fh, "|nsupdate -k $this->{keyfile} > $filename")
|| die "Can't open nsupdate: $!";
print $fh "server localhost\nzone private.invalid.\n$cmd\nshow\nsend\n";