blob: f74c3fc2b59a6cdd5435455149c3c650f5c19ac2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: ipf.rules,v 1.2 1996/05/26 10:25:24 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.
#
pass in from any to any
pass out from any to any
|