mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-07 22:25:03 -04:00
Update tcp_hardening.conf
This commit is contained in:
parent
c54125270b
commit
3801a53a9e
1 changed files with 8 additions and 1 deletions
|
@ -15,5 +15,12 @@ net.ipv6.conf.default.accept_redirects=0
|
|||
net.ipv4.conf.all.send_redirects=0
|
||||
net.ipv4.conf.default.send_redirects=0
|
||||
|
||||
# Ignores ICMP requests
|
||||
# Ignores ICMP requests.
|
||||
net.ipv4.icmp_echo_ignore_all=1
|
||||
|
||||
# Enables TCP syncookies.
|
||||
net.ipv4.tcp_syncookies=1
|
||||
|
||||
# Disable source routing.
|
||||
net.ipv4.conf.all.accept_source_route=0
|
||||
net.ipv4.conf.default.accept_source_route=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue