DNS: Linux systemd-resolved

From OnnoWiki
Jump to navigation Jump to search

Open the file /etc/systemd/resolved.conf in a text editor and make the desired changes. Afterwards run sudo systemctl restart systemd-resolved to activate the changes.

Common options to change in that file are in the [Resolve] section, for example:

DNS=192.168.1.1
Domains=mynet

Will set your dns server and search domain.

The resolved.conf manual page is a good source for information on how to edit the configuration file.