This needs to match the TTL on the CNAME records that map countries
to tile servers so that we fail over correctly when part of a server
cluster fails but the reset stays up.
{
if ($server->{status} eq "up")
{
- $zonefile->print("+${name}:$server->{ipv4}:3600\n");
+ $zonefile->print("+${name}:$server->{ipv4}:600\n");
if ($server->{ipv6})
{
-# $zonefile->print("3${name}:$server->{ipv6}:3600\n");
+# $zonefile->print("3${name}:$server->{ipv6}:600\n");
}
}
}