systemd/networkd: cease the micromanaging of none [Yggdrasil] and wireguard

This commit is contained in:
Aminda Suomalainen 2024-07-24 19:23:32 +03:00
parent 0fb190191e
commit de09ad1418
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 0 additions and 28 deletions

View File

@ -4,17 +4,3 @@ Type=none
[Link] [Link]
Unmanaged=true Unmanaged=true
#Multicast=false
[Network]
IPv6PrivacyExtensions=true
IPv6LinkLocalAddressGenerationMode=stable-privacy
Domains=.
#MulticastDNS=false
#LLMNR=false
DNSSEC=true
DNSOverTLS=opportunistic
DNS=
DNS=::1
DNS=127.0.0.1
DNS=127.0.0.53

View File

View File

@ -3,17 +3,3 @@ Type=wireguard
[Link] [Link]
Unmanaged=true Unmanaged=true
#Multicast=false
[Network]
IPv6PrivacyExtensions=true
IPv6LinkLocalAddressGenerationMode=stable-privacy
Domains=.
#MulticastDNS=false
#LLMNR=false
DNSSEC=true
DNSOverTLS=opportunistic
DNS=
DNS=::1
DNS=127.0.0.1
DNS=127.0.0.53

View File