Edit `/etc/systemd/resolved.conf`, set option `Domains=` (space separated list of domains) according to [docs](https://www.freedesktop.org/software/systemd/man/resolved.conf.html) and then restart systemd-resolved. ``` $ systemctl restart systemd-resolved ```