Browse Source

enable pf by default.

turns bombs into flowers, water into beer and eradicts swine flu
OPENBSD_4_6
henning 15 years ago
parent
commit
4fec50367c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.conf

+ 2
- 2
src/etc/rc.conf View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: rc.conf,v 1.132 2009/03/16 23:18:45 jacekm Exp $
# $OpenBSD: rc.conf,v 1.133 2009/05/31 19:16:16 henning Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ripd_flags=NO # for normal use: ""
@ -69,7 +69,7 @@ rwhod=NO
nfs_server=NO # see sysctl.conf for nfs client configuration
lockd=NO
amd=NO
pf=NO # Packet filter / NAT
pf=YES # Packet filter / NAT
ipsec=NO # IPsec
bt=NO # Bluetooth
portmap=NO # Note: inetd(8) rpc services need portmap too


Loading…
Cancel
Save