2024-07-17 10:13:30 -04:00
|
|
|
## Copyright (C) 2023 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2024-07-17 07:44:44 -04:00
|
|
|
## MAC randomisation breaks root server and VirtualBox DHCP likely due to IPv6 Privacy Extensions.
|
|
|
|
##
|
|
|
|
## https://datatracker.ietf.org/doc/html/rfc4941
|
|
|
|
## https://github.com/Kicksecure/security-misc/pull/145
|
|
|
|
## https://github.com/Kicksecure/security-misc/issues/184
|
|
|
|
##
|
|
|
|
## The use of IPv6 Privacy Extenstions is currently diasbled due to these breakages.
|
|
|
|
|
2024-01-06 08:15:31 -05:00
|
|
|
#[device-mac-randomization]
|
|
|
|
#wifi.scan-rand-mac-address=yes
|
2023-10-27 08:34:15 -04:00
|
|
|
|
2024-01-06 08:15:31 -05:00
|
|
|
#[connection-mac-randomization]
|
|
|
|
#ethernet.cloned-mac-address=random
|
|
|
|
#wifi.cloned-mac-address=random
|