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