Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 21... Line 21...
21
#	are ignored.
21
#	are ignored.
22
#
22
#
23
#	Similarly, a socket of type "status" will not process
23
#	Similarly, a socket of type "status" will not process
24
#	authentication or accounting packets.  This is for security.
24
#	authentication or accounting packets.  This is for security.
25
#
25
#
26
#	$Id$
26
#	$Id: 4e4f4179911adf96ca375a860d65903b86becade $
27
#
27
#
28
######################################################################
28
######################################################################
29
 
29
 
30
server status {
30
server status {
31
	listen {
31
	listen {
32
		#  ONLY Status-Server is allowed to this port.
32
		#  ONLY Status-Server is allowed to this port.
33
		#  ALL other packets are ignored.
33
		#  ALL other packets are ignored.
34
		type = status
34
		type = status
35
 
35
 
36
		ipaddr = 127.0.0.1
36
		ipaddr = 127.0.0.1
37
		port = 18120
37
		port = 18121
38
	}
38
	}
39
 
39
 
40
	#
40
	#
41
	#  We recommend that you list ONLY management clients here.
41
	#  We recommend that you list ONLY management clients here.
42
	#  i.e. NOT your NASes or Access Points, and for an ISP,
42
	#  i.e. NOT your NASes or Access Points, and for an ISP,