# The server to use. Defaults to "updates.maxmind.com".
# Host updates.maxmind.com
{
 my $GEOserver = $geoip{Host} || 'updates.maxmind.com';
 $OUT ="Host $GEOserver";

}
