pureslaves now work too

This commit is contained in:
2016-02-22 12:16:03 -05:00
parent 31b1b9ba58
commit db05757b79
10 changed files with 97 additions and 32 deletions

View File

@ -17,4 +17,4 @@ die "Master must be an IPv4 or IPv6 address"
unless ($master =~ /^$regex$/);
my $ddns = Martnet::DDNS->new();
$ddns->addvhost($host, $master);
$ddns->add($host, $master, '_vhosts');