mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
enforce default net.ipv4.icmp_ignore_bogus_error_responses
This commit is contained in:
parent
dabcaf22e1
commit
79156262c9
@ -90,6 +90,9 @@ net.ipv6.conf.default.accept_redirects=0
|
||||
## Ignores ICMP requests.
|
||||
net.ipv4.icmp_echo_ignore_all=1
|
||||
|
||||
## Ignores bogus ICMP error responses
|
||||
net.ipv4.icmp_ignore_bogus_error_responses=1
|
||||
|
||||
## Enables TCP syncookies.
|
||||
net.ipv4.tcp_syncookies=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user