mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 09:12:47 +01:00
Update sysctl.md
This commit is contained in:
@@ -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.secure_redirects = 0
|
||||||
net.ipv4.conf.default.send_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_redirects = 0
|
||||||
net.ipv4.conf.eth0.accept_source_route = 0
|
net.ipv4.conf.eth0.accept_source_route = 0
|
||||||
net.ipv4.conf.eth0.log_martians = 0
|
net.ipv4.conf.eth0.log_martians = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user