
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#m# 123
#a# accept
#i# cluster novirtual
#n# time
#t# servers
#
#   |--------------------------------------------------------------------|
#d# Allow access to time (port 37) servers in UDP and TCP. The ntp
#d# protocol is usually prefered instead of the time protocol.
#   |--------------------------------------------------------------------|
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

for host in `Option_Value accept $INTOPT time servers`
do
	Hostports accept remote tcp "Time" $host time
	Hostports accept remote udp "Time" $host time
done
unset host

