function socks {
	description="Socks network protocol"
	use="tcp"
	port=${port:-1080}
	do_service $FUNCNAME $@
}
