summarylogtreecommitdiffstats
path: root/ftpproxy.xinetd
blob: 74a24eea17dd2f57334c14585d474794e33e3911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
service ftpproxy
{
	disable = yes
	type = unlisted
	socket_type = stream
	protocol = tcp
	wait = no
	user = nobody 
	server = /usr/sbin/ftp.proxy 
	server_args = -e -m
	port = 2121
}