% % decide public or local server for database access % _Arching.OutIP "localhost" eq$ { % % this is the outward server, use this server to get info % "Local" } { % % the public server is not this server % "Public" } ifelse