mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-07-28 17:04:30 -04:00
Merge pull request #194 from 3hhh/master
set ipv6.ip6-privacy=2 / avoid leaking the MAC in IPv6
This commit is contained in:
commit
fbab67b8bb
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ wifi.scan-rand-mac-address=yes
|
|||
wifi.cloned-mac-address=stable
|
||||
ethernet.cloned-mac-address=stable
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue