/etc/resolv.conf
is dynamically generated from the contents of /etc/network/interfaces
, which on my system contains a line like this:
dns-servers 8.8.8.8
How do I include the default search domain with this configuration? If it matters, I'm running a pure Ubuntu Server configuration, with no X server installed.
Since you seem to be using resolvconf, you will want to use the
dns-search
option within your network interfaces file