mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-20 22:27:21 +02:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
[main]
|
|
# Send data to systemd-resolved
|
|
dns=systemd-resolved
|
|
rc-manager=auto
|
|
# Implied, but made explicit
|
|
systemd-resolved=true
|
|
# Tell it to use DoT
|
|
[connetion]
|
|
connection.dns-over-tls=true
|
|
# vim: filetype=NetworkManager.conf
|