
#-----------------------------------------------------------------------
# README
#-----------------------------------------------------------------------
#
# These rules were based on <http://www.planetunreal.com/TheAdminPage/
# portforwarding.htm> and <http://tsmservices.com/masq/detailform.php3?
# 222>.
#
#-----------------------------------------------------------------------
# CHANGES
#-----------------------------------------------------------------------
#
# 2000-11-17  Robert Winder <robertwinder@hetnet.nl>
#
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#n# quake3
#a# forward
#t# host
#
#   |--------------------------------------------------------------------|
#d# Quake III
#   |--------------------------------------------------------------------|
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

udp_ports="27960:27970"

for host in `Option_Value forward $INTOPT quake3 host`
do
	Forward_Hostports udp "Quake3" $host $udp_ports
done

unset udp_ports host

