Browse Source

pf off by default; how did this happening, as is noone testing????

OPENBSD_3_0
deraadt 23 years ago
parent
commit
4c69dfa358
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.65 2001/07/01 08:38:59 kjell Exp $
# $OpenBSD: rc.conf,v 1.66 2001/07/05 18:38:52 deraadt Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@ -49,7 +49,7 @@ nfs_server=NO # see sysctl.conf for nfs client configuration
lockd=NO
gated=NO
amd=NO
pf=YES # Packet filter / NAT
pf=NO # Packet filter / NAT
portmap=YES # almost always needed
inetd=YES # almost always needed
check_quotas=YES # NO may be desirable in some YP environments


Loading…
Cancel
Save