mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-10-01 01:05:51 -04:00
set ipv6.ip6-privacy=2
In order to avoid leaking the MAC in IPv6.
This commit is contained in:
parent
d6b80a7e00
commit
eca37f941b
@ -51,6 +51,8 @@ wifi.scan-rand-mac-address=yes
|
|||||||
wifi.cloned-mac-address=stable
|
wifi.cloned-mac-address=stable
|
||||||
ethernet.cloned-mac-address=stable
|
ethernet.cloned-mac-address=stable
|
||||||
connection.stable-id=${CONNECTION}/${BOOT}
|
connection.stable-id=${CONNECTION}/${BOOT}
|
||||||
|
#use random IPv6 addresses per session / don't leak MAC via IPv6 (cf. RFC 4941):
|
||||||
|
ipv6.ip6-privacy=2
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
* `stable` in combination with `${CONNECTION}/${BOOT}` generates a random address that persists until reboot.
|
* `stable` in combination with `${CONNECTION}/${BOOT}` generates a random address that persists until reboot.
|
||||||
|
Loading…
Reference in New Issue
Block a user