mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 11:27:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			815 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			815 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This SSID is "private-home-sample", it comes from the filename
 | 
						|
[Settings]
 | 
						|
AutoConnect=true
 | 
						|
# MAC address override. Takes priority over AlwaysRandomizeAddress
 | 
						|
#AddressOverride=
 | 
						|
# 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]
 | 
						|
# If iwd main.conf has EnableNetworkConfiguration=true and we should have
 | 
						|
# static network configuration
 | 
						|
#Address=192.168.1.2
 | 
						|
#Gateway=192.168.1.1
 | 
						|
DNS=127.0.0.1 127.0.0.53
 | 
						|
#Netmask=255.255.255.0
 | 
						|
#DomainName=.
 | 
						|
# In home network recognising the device may be a quality of life feature
 | 
						|
#SendHostname=true
 | 
						|
 | 
						|
[IPv6]
 | 
						|
Enabled=true
 | 
						|
DNS=::1
 | 
						|
#DomainName=.
 |