Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
833cb9db46745ede719362da3eff7a3ceffdee42
Arch-R/packages/linux/sysctl.d/network.conf

6 lines
146 B
Plaintext
Raw Normal View History

linux: enable net.ipv4.tcp_no_metrics_save Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-08-23 22:12:05 +02:00
net.ipv4.tcp_no_metrics_save=1
Generate and use temporary IPv6 addresses Temporary addresses are privacy-preserving for outgoing traffic, as they don't disclose the MAC address. See also https://blog.apnic.net/2022/06/10/iot-devices-endanger-ipv6-privacy/ The MAC-derived IPv6 stays, so clients (e.g. IP-based remotes) have a permanent IPv6 as before. Servers, including local ones, will see changing IPv6 addresses when contacted by LibreELEC. Users who don't like this may revert this setting.
2022-06-13 12:43:05 +02:00
# generate/use temporary IPv6 addresses
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
Reference in New Issue Copy Permalink
Powered by Gitea Page: 260ms Template: 4ms
English
English
Licenses API