/////////////////////////////////////////////////////////////////////////////
//
//  SERVERS.CFG: Loginserver configuration data on Gameservers
//
//  Entries can contain the following properties:
//      Name        Display name shown on login screen
//      IP          IP Address of game server
//                      Note: --ip-- uses your "Internet IP" address
//                            --lan-- uses your "LAN IP" address
//                            Otherwise, must be a numerical IP address.
//      Port        Listening port of Gameserver
//                      Note: This does not configure the server to actually
//                            listen at that port - POL.CFG specifies that.
//      IPMatch     IPAddr/Mask
//                      If IPMatch lines are present for a server, that server 
//                      will only be displayed to clients connecting from IP 
//                      addresses matching those specified
//
/////////////////////////////////////////////////////////////////////////////


GameServer
{
    Name    Skeleton
    IP      --ip--
    Port    2593
}

GameServer
{
    Name    Skeleton Lan
    IP      --lan--
    Port    2593
}