Hi,
I have a VPS running debian 12. If I run resolvectl dns eth0
I get the output -bash: resolvectl: command not found
. I thought resolvectl was part of systemd, so it should be available on a pretty much stock debian install.
Hi,
I have a VPS running debian 12. If I run resolvectl dns eth0
I get the output -bash: resolvectl: command not found
. I thought resolvectl was part of systemd, so it should be available on a pretty much stock debian install.
Try installing systemd-resolved
https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.en.html#systemd-resolved
seems like Debian split it into a seperate package
Kinda strange that it’s not installed by default. Maybe the VPS runs dnsmasq, OP maybe check that before installing.