mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
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.
5 lines
146 B
Text
5 lines
146 B
Text
net.ipv4.tcp_no_metrics_save=1
|
|
|
|
# generate/use temporary IPv6 addresses
|
|
net.ipv6.conf.all.use_tempaddr = 2
|
|
net.ipv6.conf.default.use_tempaddr = 2
|