Disabled Random MAC address on Wi-Fi
Disable randomization during Wi-Fi scanning which is enabled by default. https://wiki.archlinux.org/index.php/NetworkManager#Configuring_MAC_Address_Randomization
This commit is contained in:
parent
fc0809a4c1
commit
adee0053b1
1 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,6 @@ unmanaged-devices=type:bridge;type:tun;type:veth
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
backend=journal
|
backend=journal
|
||||||
|
|
||||||
|
[device]
|
||||||
|
wifi.scan-rand-mac-address=no
|
||||||
|
|
Loading…
Reference in a new issue