mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-19 05:48:58 -04:00
sysctl: Enable IPv6 privacy addressing by default
KDE Linux is a desktop distribution. The Linux default is aimed at servers and does not make sense. Reference: https://docs.kernel.org/networking/ip-sysctl.html
This commit is contained in:
committed by
Nate Graham
parent
2c1e94bf4d
commit
35bf21364b
@@ -22,6 +22,9 @@ kernel.kexec_load_disabled=1
|
||||
# `bbr` relies on pacing, and thus performs better with the `fq` qdisc.
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
net.core.default_qdisc = fq
|
||||
# Enable IPv6 privacy addressing by default
|
||||
# KDE Linux is a desktop distribution. The Linux default of not having them is aimed at servers
|
||||
net.ipv6.conf.default.use_tempaddr = 2
|
||||
# Ensure that applications don't break/complain from hitting the limit
|
||||
fs.inotify.max_user_instances = 8192
|
||||
fs.inotify.max_user_watches = 524288
|
||||
|
||||
Reference in New Issue
Block a user