
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#m# 123
#a# accept
#i# cluster
#n# gnutella
#t# hosts
#
#   |--------------------------------------------------------------------|
#d# Allow other gnutella users to connect to your port 6350. If you use
#d# gnutella 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 gnutella hosts`
do
	Accept_Hostports local tcp "Gnutella" $host 6350
done
unset host

