dotfiles/root/etc/NetworkManager/conf.d/wifi_rand_mac.conf
2021-03-23 12:09:57 +01:00

15 lines
449 B
Plaintext

device-mac-randomization]
# "yes" is already the default for scanning
wifi.scan-rand-mac-address=yes
[connection-mac-randomization]
# Randomize MAC for every ethernet connection
ethernet.cloned-mac-address=random
# Randomize MAC for every WiFi connection
wifi.cloned-mac-address=random
# Opions:
# permanent: Use HardWare address
# stable: Randomize once and associate it permanently with that network
# random: Randomize MAC for every connection