added delay in slave propagation so the master gets populated first

This commit is contained in:
2016-02-23 15:58:37 -05:00
parent 67df525d94
commit 52aaf4def4

View File

@ -7,6 +7,8 @@ use File::Temp qw/tempfile/;
my $force = shift; # a "force" flag, if the update is big
sleep 30; # So the master can populate new zones first
my $ddns = Martnet::DDNS->new();
my @vh = $ddns->get();