Deleted Added
full compact
example.3 (145510) example.3 (153877)
1# $FreeBSD: vendor/ipfilter/dist/contrib/ipfilter/rules/example.3 145510 2005-04-25 17:31:50Z darrenr $
2#
3# block all inbound packets.
4#
5block in from any to any
6#
7# pass through packets to and from localhost.
8#
9pass in from 127.0.0.1/32 to 127.0.0.1/32

--- 32 unchanged lines hidden ---
1#
2# block all inbound packets.
3#
4block in from any to any
5#
6# pass through packets to and from localhost.
7#
8pass in from 127.0.0.1/32 to 127.0.0.1/32

--- 32 unchanged lines hidden ---