mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
32 lines
712 B
SYSTEMD
32 lines
712 B
SYSTEMD
[Match]
|
|
Type=ether
|
|
|
|
[Link]
|
|
RequiredForOnline=false
|
|
# If something else (like NetworkManager) manages network, uncomment
|
|
#Unmanaged=true
|
|
# Required for mDNS
|
|
#Multicast=true
|
|
|
|
[Network]
|
|
DHCP=true
|
|
# systemctl enable systemd-resolved && systemctl start systemd-resolved
|
|
# ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
|
|
DNS=
|
|
DNS=::1
|
|
DNS=127.0.0.1
|
|
DNS=127.0.0.53
|
|
DNSSEC=true
|
|
#DNSOverTLS=opportunistic
|
|
DNSOverTLS=true
|
|
# Search domains
|
|
Domains=.
|
|
# Enable systemd-timesyncd with `timedatectl set-ntp true`, may be specified
|
|
# multiple times, but you are using Chrony instead, right?
|
|
#NTP=fi.pool.ntp.org
|
|
#NTP=time.cloudflare.com
|
|
# Enable mDNS/.local for systemd-resolved
|
|
#MulticastDNS=true
|
|
# Windows
|
|
#LLMNR=true
|