summaryrefslogtreecommitdiff
blob: 40db15ac96e9774dc0133630c1d1e2eb7f6018d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# default: off
# description: this is a proxy for debian packages.  
# $Id$

service apt-proxy
{
	type		= UNLISTED
	port            = 9999
	protocol	= tcp
	socket_type     = stream
	only_from	= 0.0.0.0
	wait            = no
	user            = apt-proxy
	server		= /usr/sbin/apt-proxy
	server_args	= /var/log/apt-proxy.log
	disable         = yes
}