mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
systemd-networkd: add untested none (Yggdrasil) & wireguard configuration
This commit is contained in:
parent
6ea0a570dd
commit
4acd22dc37
20
etc/systemd/network/10-none.network
Normal file
20
etc/systemd/network/10-none.network
Normal 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
|
19
etc/systemd/network/10-wireguard.network
Normal file
19
etc/systemd/network/10-wireguard.network
Normal 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
|
Loading…
Reference in New Issue
Block a user