Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7f1689194e26ea8eec6da88dcbcaf256 > files > 3

httptunnel-3.3-15mdv2010.0.src.rpm

# default: off
# description: The httptunnel server tunnels SSH connections over the HTTP \
# protocol.
service hts
{
	# bind		= external.somewhere.com
	# only_from	= 1.2.3.0/24

	port		= 8888
	type		= UNLISTED
	flags		= REUSE
	protocol	= tcp
	socket_type	= stream        
	wait		= no
	user		= root
	redirect	= localhost 7777
	log_on_success	+= USERID
	log_on_failure	+= USERID
	disable		= yes
}