12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
|
#
|
||
|
# 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]";
|
||
|
}
|