blob: 24ed030709ada62c1d5fec5c87b96a2bec499056 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# IP filtering rules. See the ipf(5) man page for more
# information on the format of this file, and /usr/share/ipf
# for example configuration files.
#
# Pass all packets by default.
#
pass in from any to any
pass out from any to any
|