|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.12 1998/02/07 21:17:37 beck Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.13 1998/02/11 02:28:11 deraadt Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
|
@ -42,3 +42,4 @@ amd_master=/etc/amd/master # AMD 'master' map |
|
|
|
ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering |
|
|
|
nat_rules=/etc/nat.rules # Rules for Network Address Translation |
|
|
|
ipmon_flags=-s # To disable logging, use ipmon_flags=NO |
|
|
|
syslogd_flags= # add more flags, ie. -u -a /chroot/dev/log |