In my /etc/resolv.conf file I've got the following:

        search mysite.domain.name domain.name
        nameserver 127.0.0.1

So that if I lookup "host" it first looks for "host.mysite.domain.name" then
if that's not found it looks for "host.domain.name".  This works for
everything except squid.  The only thing related to this that I can see in
squid.conf is "append_domain", but that only allows you to specify a single
domain and is only used if there aren't any dots (I want to be able to use
"host.othersite" and have it resolve as "host.othersite.domain.name").  Is
there any way to make this work?

Thanks,
Mark.

Reply via email to