mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
# Enable IPv6 Privacy Extensions
|
|
net.ipv6.conf.all.use_tempaddr = 2
|
|
net.ipv6.conf.default.use_tempaddr = 2
|
|
#net.ipv6.conf.eth0.use_tempaddr = 2
|
|
#net.ipv6.conf.wlan0.use_tempaddr = 2
|
|
net.ipv6.conf.enp4s0f1.use_tempaddr = 2
|
|
net.ipv6.conf.wlp3s0.use_tempaddr = 2
|