Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SteveDevOps/9d9aa27e1fa65e8e975d6efb17995f93 to your computer and use it in GitHub Desktop.
Save SteveDevOps/9d9aa27e1fa65e8e975d6efb17995f93 to your computer and use it in GitHub Desktop.
Adding search domain in ubuntu 22.04

Edit /etc/systemd/resolved.conf, set option Domains= (space separated list of domains) according to docs and then restart systemd-resolved.

$ systemctl restart systemd-resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment