Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > cf16d94f2eb8591fad5fa375a14f98a6 > files > 3

stunnel-4.34-1.fc13.src.rpm

# Not that anyone in their right mind would tunnel the finger protocol over
# SSL, but here's how to do it using xinetd....
service sfinger
{
	disable	= yes
	socket_type	= stream
	wait		= no
	user		= root
	server		= /usr/sbin/stunnel
	server_args	= /etc/stunnel/stunnel-sfinger.conf
}