2021-03-23 11:19:37 +00:00
|
|
|
|
[device-mac-randomization]
|
2021-01-23 19:31:00 +00:00
|
|
|
|
# "yes" is already the default for scanning
|
|
|
|
|
wifi.scan-rand-mac-address=yes
|
2021-03-09 20:44:27 +00:00
|
|
|
|
|
2021-01-23 19:31:00 +00:00
|
|
|
|
[connection-mac-randomization]
|
|
|
|
|
# Randomize MAC for every ethernet connection
|
|
|
|
|
ethernet.cloned-mac-address=random
|
2021-03-23 11:20:51 +00:00
|
|
|
|
# Generate a random MAC for each WiFi and associate the two permanently
|
2021-03-23 11:11:13 +00:00
|
|
|
|
wifi.cloned-mac-address=stable
|
2021-03-23 11:09:57 +00:00
|
|
|
|
|
|
|
|
|
# Opions:
|
|
|
|
|
# permanent: Use HardWare address
|
2021-03-23 11:20:39 +00:00
|
|
|
|
# preserve: Don’t change the MAC address of the device upon activation
|
2021-03-23 11:09:57 +00:00
|
|
|
|
# stable: Randomize once and associate it permanently with that network
|
|
|
|
|
# random: Randomize MAC for every connection
|
2021-03-23 11:19:17 +00:00
|
|
|
|
|