systemd-networkd: add untested none (Yggdrasil) & wireguard configuration

This commit is contained in:
Aminda Suomalainen 2024-04-22 15:15:10 +03:00
parent 6ea0a570dd
commit 4acd22dc37
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Yggdrasil appears as type none
[Match]
Type=none
[Link]
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

@ -0,0 +1,19 @@
[Match]
Type=wireguard
[Link]
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