mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-30 00:37:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			480 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			480 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This SSID is "private-cafe-sample", it comes from the filename
 | |
| #[Settings]
 | |
| #AlwaysRandomizeAddress=true
 | |
| # Disables TKIP and connections without Management Frame Protection
 | |
| #TransitionDisable=true
 | |
| # Disables WPA2-{Personal,Enterprise} and requires WiFi Enhanced Open (OWE)
 | |
| #DisabledTransitionModes=personal,enterprise,open
 | |
| 
 | |
| [Security]
 | |
| Passphrase=MySuperSecretPassphraseThatDoesNotReadHere
 | |
| 
 | |
| [IPv4]
 | |
| DNS=127.0.0.1 127.0.0.53
 | |
| #DomainName=.
 | |
| 
 | |
| [IPv6]
 | |
| Enabled=true
 | |
| DNS=::1
 | |
| #DomainName=.
 |