mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
26 lines
619 B
SYSTEMD
26 lines
619 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
|
|
# Enable mDNS/.local for systemd-resolved
|
|
MulticastDNS=true
|
|
# Windows
|
|
LLMNR=true
|