Add ethernet mac randomization warning

This commit is contained in:
ItsDrike 2021-03-09 21:44:27 +01:00
parent 5a950ddfef
commit cab039a550
No known key found for this signature in database
GPG key ID: 252D306F545351FC

View file

@ -1,9 +1,10 @@
[device-mac-randomization] [device-mac-randomization]
# "yes" is already the default for scanning # "yes" is already the default for scanning
wifi.scan-rand-mac-address=yes wifi.scan-rand-mac-address=yes
[connection-mac-randomization] [connection-mac-randomization]
# Randomize MAC for every ethernet connection # Randomize MAC for every ethernet connection
# WARNING: you might want to disable this for networks with mac whitelists
ethernet.cloned-mac-address=random ethernet.cloned-mac-address=random
# Generate a random MAC for each WiFi and associate the two permanently. # Generate a random MAC for each WiFi and associate the two permanently.
wifi.cloned-mac-address=stable wifi.cloned-mac-address=stable