mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			775 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			775 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Match]
 | 
						|
#Name=*
 | 
						|
# Can be {colon,hyphen,dot}-delimited hexadecimal or IPv{4,6} address
 | 
						|
#MACAddress=
 | 
						|
Type=wlan
 | 
						|
 | 
						|
[Link]
 | 
						|
# Takes "ipv4", "ipv6", "both", or "any" (default).
 | 
						|
RequiredFamilyForOnline=both
 | 
						|
# Always set administrative state to up. Implies RequiredForOnline=true
 | 
						|
ActivationPolicy=always-up
 | 
						|
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
 | 
						|
# uncomment
 | 
						|
#Unmanaged=true
 | 
						|
# Required for mDNS
 | 
						|
Multicast=true
 | 
						|
 | 
						|
[Network]
 | 
						|
DHCP=true
 | 
						|
IPv6PrivacyExtensions=true
 | 
						|
IPv6LinkLocalAddressGenerationMode=stable-privacy
 | 
						|
DNS=
 | 
						|
DNS=::1
 | 
						|
DNS=127.0.0.1
 | 
						|
DNS=127.0.0.53
 | 
						|
# Enable mDNS/.local for systemd-resolved
 | 
						|
MulticastDNS=true
 | 
						|
# Windows
 | 
						|
LLMNR=true
 | 
						|
# systemd-resolved configuration
 | 
						|
DNSSEC=true
 | 
						|
#DNSOverTLS=opportunistic
 | 
						|
DNSOverTLS=true
 | 
						|
# Search domains
 | 
						|
Domains=.
 |