
#-----------------------------------------------------------------------
# CHANGES
#-----------------------------------------------------------------------
#
# 2000-10-14  Jean-Sebastien Morisset <jsmoriss@jsm-mv.dyndns.org>
#             Initial module written for v5.0.
#
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#m# 123
#a# accept
#i# cluster
#n# napster
#t# hosts
#
#   |--------------------------------------------------------------------|
#d# Allow other napster users to connect to your port 6699. If you use
#d# napster inside your private LAN, you'll have to forward this port
#d# using the forward-{int}-tcp-hostports option.
#   |--------------------------------------------------------------------|
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

for host in `Option_Value accept $INTOPT napster hosts`
do
	Accept_Hostports local tcp "Napster" $host 6699
done
unset host

