#
# Everything except the localhost and the local machine name is now
# treated as a virtual domain.
#
localhost
{"$SystemName.$DomainName"}
{
    return "# No ExternalIP" unless (defined $ExternalIP);

    return "[$ExternalIP]";
}
