From 389d5b7aa6409ebf78d7a104c4e0941b23b04c9d Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Tue, 12 Feb 2019 10:56:19 -0500 Subject: [PATCH] Update sysctl.md --- sysctl.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sysctl.md b/sysctl.md index d9fe4a2..2c3b573 100644 --- a/sysctl.md +++ b/sysctl.md @@ -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