function proxy {
	description="HTTP Proxy protocol"
	use="tcp"
	port=${port:-8080}
	do_service $FUNCNAME $@
}
