add static eth0 example & only enable systemd-resolved if available on distro

This commit is contained in:
mpmc 2023-05-21 23:22:34 +01:00
parent c482447842
commit 57db78c147
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[Match]
Name=eth0
[Network]
Address=192.168.1.250/24
Gateway=192.168.1.1
DNSOverTLS=opportunistic
DNS=9.9.9.9
DNS=149.112.112.112
# Link discovery causes some issues so disable it.
LLDP=no