search
Search list for host-name lookup.
The search list is normally determined from the local domain name; by default, it contains only the local domain name. This may be changed by listing the desired domain search path following the search keyword with spaces or tabs separating the names. Resolver queries having fewer than ndots dots (default is 1) in them will be attempted using each component of the search path in turn until a match is found. (...)
localdomain
aqui é o seu domínio. Quando você faz uma consulta DNS sem ponto (na verdade, com menos pontos do que o valor de configuração ndots
), esse domínio é adicionado automaticamente à sua consulta. I.E. Se você procurar por foo
, a pesquisa de DNS real será para foo.localdomain
.