summaryrefslogtreecommitdiff
path: root/community/ziproxy/ziproxy.xinetd
blob: 195b724540a6e40e416ad4c5e19e2948e8fc1310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
service ziproxy
{
	port = 3128
	type = UNLISTED
	disable = yes
	socket_type = stream
	wait = no
	user = proxy
	server = /usr/bin/ziproxy
	server_args = -i
	bind = 0.0.0.0
	log_on_success  += HOST DURATION
	log_on_failure  += HOST
}