mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-07 23:07:23 +02:00
systemd-networkd: let mdns be enabled for ethernet too
This commit is contained in:
parent
8ff8b1ec59
commit
38a05d85cc
@ -9,8 +9,10 @@ ActivationPolicy=always-up
|
||||
Unmanaged=false
|
||||
|
||||
[Network]
|
||||
LLMNR=resolve
|
||||
MulticastDNS=resolve
|
||||
#LLMNR=resolve
|
||||
#MulticastDNS=resolve
|
||||
LLMNR=true
|
||||
MulticastDNS=true
|
||||
DHCP=true
|
||||
IPv6PrivacyExtensions=true
|
||||
IPv6LinkLocalAddressGenerationMode=stable-privacy
|
||||
|
Loading…
x
Reference in New Issue
Block a user