summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/rules/example.1
blob: 3da9f3ccab5c76a5b37b47f64021ce3a05a246fa (plain)
1
2
3
4
5
#	$FreeBSD$
#
# block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
#
block in on le0 proto tcp from 10.1.1.1/32 to any
OpenPOWER on IntegriCloud