mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-10-31 16:06:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			553 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			553 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [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
 | ||
| # Generate a random MAC for each WiFi and associate the two permanently
 | ||
| wifi.cloned-mac-address=stable
 | ||
| 
 | ||
| # Opions:
 | ||
| # permanent: Use HardWare address
 | ||
| # preserve: Don’t change the MAC address of the device upon activation
 | ||
| # stable: Randomize once and associate it permanently with that network
 | ||
| # random: Randomize MAC for every connection
 |