Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 507a9c51d129f78616561135bf972de7 > files > 3

httptunnel-3.3-10mdv2007.0.i586.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
}