mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
18 lines
637 B
Plaintext
18 lines
637 B
Plaintext
## Copyright (C) 2023 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## 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.
|
|
|
|
#[device-mac-randomization]
|
|
#wifi.scan-rand-mac-address=yes
|
|
|
|
#[connection-mac-randomization]
|
|
#ethernet.cloned-mac-address=random
|
|
#wifi.cloned-mac-address=random
|