diff --git a/etc/systemd/network/10-none.network b/etc/systemd/network/10-none.network new file mode 100644 index 00000000..6855c64b --- /dev/null +++ b/etc/systemd/network/10-none.network @@ -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 diff --git a/etc/systemd/network/10-wireguard.network b/etc/systemd/network/10-wireguard.network new file mode 100644 index 00000000..023fc04b --- /dev/null +++ b/etc/systemd/network/10-wireguard.network @@ -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