mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 22:18:33 -05:00
Merge ab98da957c into ec11679514
This commit is contained in:
commit
1f1d2b5bee
2 changed files with 3 additions and 3 deletions
|
|
@ -132,8 +132,8 @@ configuration file and significant hardening is applied to a myriad of component
|
||||||
|
|
||||||
- Disable TCP timestamps as they can allow detecting the system time.
|
- Disable TCP timestamps as they can allow detecting the system time.
|
||||||
|
|
||||||
- Optional - Log packets with impossible source or destination addresses to
|
- Log packets with impossible source or destination addresses to enable further
|
||||||
enable further inspection and analysis.
|
inspection and analysis.
|
||||||
|
|
||||||
- Optional - Enable IPv6 Privacy Extensions.
|
- Optional - Enable IPv6 Privacy Extensions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -576,7 +576,7 @@ net.ipv4.tcp_timestamps=0
|
||||||
##
|
##
|
||||||
## The logging of martian packets is currently disabled.
|
## The logging of martian packets is currently disabled.
|
||||||
##
|
##
|
||||||
#net.ipv4.conf.*.log_martians=1
|
net.ipv4.conf.*.log_martians=1
|
||||||
|
|
||||||
## Enable IPv6 Privacy Extensions to prefer temporary addresses over public addresses.
|
## Enable IPv6 Privacy Extensions to prefer temporary addresses over public addresses.
|
||||||
## The temporary/privacy address is used as the source for all outgoing traffic.
|
## The temporary/privacy address is used as the source for all outgoing traffic.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue