Hi there,
I want to install unbound as local DNS resolver on my computer. According to a guide for Ubuntu, systemd-resolv should be disabled so that unbound acts as the sole DNS server. Furthermore, some settings in the directory /etc/unbound/unbound.conf.d/ (such as QNAME minimization) should be made.
The command sudo systemctl disable systemd-resolved is acknowledged without error message and the configuration for the NetworkManager
[main]
dns=none
systemd-resolved=false
was set. However, systemd-resolv still seems to be running or unbound is not running yet. The directory /etc/unbound/ does not exist either.
Can anyone give me some advice on how to proceed here under Solus?