mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
#### meta start
|
|
#### project Kicksecure
|
|
#### category networking and security
|
|
#### description
|
|
## disable IPv4 TCP Timestamps
|
|
|
|
net.ipv4.tcp_timestamps=0
|
|
|
|
#### meta end
|