2023-06-25 09:36:29 +02:00
|
|
|
[Match]
|
2023-07-04 10:24:29 +02:00
|
|
|
#Name=*
|
|
|
|
# Can be {colon,hyphen,dot}-delimited hexadecimal or IPv{4,6} address
|
|
|
|
#MACAddress=
|
|
|
|
Type=wlan
|
2023-06-25 09:36:29 +02:00
|
|
|
|
|
|
|
[Link]
|
2023-08-23 13:40:18 +02:00
|
|
|
# Takes "ipv4", "ipv6", "both", or "any" (default).
|
|
|
|
RequiredFamilyForOnline=both
|
2024-04-12 08:52:32 +02:00
|
|
|
# Always set administrative state to up. Implies RequiredForOnline=true
|
2023-06-25 09:36:29 +02:00
|
|
|
ActivationPolicy=always-up
|
2024-01-27 09:18:18 +01:00
|
|
|
# If something else (like iwd EnableNetworkConfiguration=true) manages network,
|
|
|
|
# uncomment
|
|
|
|
#Unmanaged=true
|
2024-04-12 08:52:32 +02:00
|
|
|
# Required for mDNS
|
|
|
|
Multicast=true
|
2023-06-25 13:13:00 +02:00
|
|
|
|
|
|
|
[Network]
|
2024-04-12 08:52:32 +02:00
|
|
|
DHCP=true
|
2024-04-22 11:21:56 +02:00
|
|
|
IPv6PrivacyExtensions=true
|
|
|
|
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
2024-04-22 11:59:38 +02:00
|
|
|
DNS=::1
|
|
|
|
DNS=127.0.0.1
|
|
|
|
DNS=127.0.0.53
|
2024-04-22 11:21:56 +02:00
|
|
|
# Enable mDNS/.local for systemd-resolved
|
|
|
|
MulticastDNS=true
|
|
|
|
# Windows
|
|
|
|
LLMNR=true
|
2024-04-22 11:25:25 +02:00
|
|
|
# systemd-resolved configuration
|
|
|
|
#DNSSEC=true
|
|
|
|
#DNSSEC=allow-downgrade
|
|
|
|
#DNSOverTLS=true
|
|
|
|
#DNSOverTLS=opportunistic
|
|
|
|
# Search domains
|
|
|
|
Domains=.
|