stuff
This commit is contained in:
parent
456bcb8ec6
commit
a21cf82221
1 changed files with 13 additions and 0 deletions
13
FreeBSD/etc/sysctl.conf
Normal file
13
FreeBSD/etc/sysctl.conf
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# This file is read when going to multi-user and its contents piped thru
|
||||||
|
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
|
||||||
|
#
|
||||||
|
|
||||||
|
# Uncomment this to prevent users from seeing information about processes that
|
||||||
|
# are being run under another UID.
|
||||||
|
#security.bsd.see_other_uids=0
|
||||||
|
|
||||||
|
net.inet.ip.forwarding=1
|
||||||
|
net.inet6.ip6.forwarding=1
|
||||||
|
|
Loading…
Reference in a new issue