blob: 84d39331d9c28a56d1e63ede5c91567ea86aab0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: ipf.rules,v 1.5 1997/04/09 07:32:13 deraadt Exp $
#
# 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.
# edit the ipfilter= line in /etc/netstart to enable IP filtering
#
pass in from any to any
pass out from any to any
|