#-----------------------------------------------------------------------
# Copyright (C) 2000-2001, Jean-Sebastien Morisset <jsmoriss@mvlan.net>
#-----------------------------------------------------------------------
# $Id: tribes2,v 1.1 2001/12/25 13:08:58 dholmes Exp $
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#n# tribes2
#a# accept
#t# authservers
#m# 23
#i# cluster novirtual
#v# authservers ./tribes-authservers
#
#   |--------------------------------------------------------------------|
#d# Tribes 2 Authentication
#d# You need to enable the tribes module for normal gameplay. This
#d# module allows authentication against the global Tribes 2
#d# authentication servers - use the `tribes-authservers' group.
#   |--------------------------------------------------------------------|
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

for host in `Option_Value accept $INTOPT tribes2 authservers`
do
	Hostports accept remote tcp "Tribes 2 Auth" $host 15104 15800:15802 15200:15204
done

unset host
