mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Update wifi_rand_mac.conf
This commit is contained in:
parent
b0f0a2eaa3
commit
508e374007
|
@ -1,10 +1,14 @@
|
|||
[device-mac-randomization]
|
||||
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
|
||||
# WARNING: you might want to disable this for networks with mac whitelists
|
||||
ethernet.cloned-mac-address=random
|
||||
# Generate a random MAC for each WiFi and associate the two permanently.
|
||||
wifi.cloned-mac-address=stable
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue