xref: /freebsd/usr.sbin/blocklistd/blocklistd.conf (revision 7238317403b95a8e35cf0bc7cd66fbd78ecbe521)
1*72383174SJose Luis Duran# Blocklist rule
2*72383174SJose Luis Duran# adr/mask:port	type	proto	owner		name	nfail	duration
3*72383174SJose Luis Duran[local]
4*72383174SJose Luis Duranssh		stream	*	*		*	3	24h
5*72383174SJose Luis Duranftp		stream	*	*		*	3	24h
6*72383174SJose Luis Duransmtp		stream	*	*		*	3	24h
7*72383174SJose Luis Duransubmission	stream	*	*		*	3	24h
8*72383174SJose Luis Duran#6161		stream	tcp6	christos	*	2	10m
9*72383174SJose Luis Duran*		*	*	*		*	3	60
10*72383174SJose Luis Duran
11*72383174SJose Luis Duran# adr/mask:port	type	proto	owner		name	nfail	duration
12*72383174SJose Luis Duran[remote]
13*72383174SJose Luis Duran#129.168.0.0/16	*	*	*		=	*	*
14*72383174SJose Luis Duran#[2001:db8::]/32:ssh	*	*	*		=	*	*
15*72383174SJose Luis Duran#6161		=	=	=		=/24	=	=
16*72383174SJose Luis Duran#*		stream	tcp	*		=	=	=
17