$clon = $clon + 360;
}
+ $zonefile->print("# $country->{name}\n");
$zonefile->print("C\L$country->{code}\E.${zone}:$server->{name}.${zone}:600\n");
push @json, {
coordinates => [ [ $clon, $clat ], [ $slon, $slat ] ]
},
properties => {
- country => $country->{name}
+ country => $country->{name},
+ server => $server->{name}
}
};
}