Update sysctl.md

This commit is contained in:
IMTheNachoMan
2019-02-12 10:56:19 -05:00
committed by GitHub
parent d91532f3b3
commit 389d5b7aa6

View File

@@ -120,7 +120,13 @@ Documentation for **most** of these keys can be found at https://github.com/torv
net.ipv4.conf.default.secure_redirects = 0
net.ipv4.conf.default.send_redirects = 0
# change eth0 to your network interface
##
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# remember to change eth0 to your network interface
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
##
net.ipv4.conf.eth0.accept_redirects = 0
net.ipv4.conf.eth0.accept_source_route = 0
net.ipv4.conf.eth0.log_martians = 0