Re: lookup option in /etc/resolv.conf ignored

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Claus Assmann
Date: Saturday, October 13, 2007 - 10:16 pm

>On 2007/10/13 11:43, Karel Kulhavy wrote:

Works for me; but then I use "outdated" software: OpenBSD 3.8.

Are you sure your browser is asking for exactly that name, and not
some name in those domains you specified?  For those cases I simply
add the domains with a wildcard to my local DNS server, e.g.,

named.conf:
zone "doubleclick.com" {
        type master;
        file "master/doubleclick.com";
};

master/doubleclick.com:
[[usual SOA]]
ad.doubleclick.com.     IN      A       127.0.0.1
*.doubleclick.com.      IN      A       127.0.0.1
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
lookup option in /etc/resolv.conf ignored, Karel Kulhavy, (Sat Oct 13, 2:43 am)
Re: lookup option in /etc/resolv.conf ignored, Claudio Jeker, (Sat Oct 13, 3:32 am)
Re: lookup option in /etc/resolv.conf ignored, Stuart Henderson, (Sat Oct 13, 3:54 am)
Re: lookup option in /etc/resolv.conf ignored, David Vasek, (Sat Oct 13, 4:12 am)
Re: lookup option in /etc/resolv.conf ignored, Lars Noodén, (Sat Oct 13, 4:17 am)
Re: lookup option in /etc/resolv.conf ignored, Ray Percival, (Sat Oct 13, 9:32 am)
Re: lookup option in /etc/resolv.conf ignored, Claus Assmann, (Sat Oct 13, 10:16 pm)
Re: lookup option in /etc/resolv.conf ignored, Ted Unangst, (Sun Oct 14, 12:05 pm)
Re: lookup option in /etc/resolv.conf ignored, Craig Skinner, (Wed Oct 17, 1:42 am)
Re: lookup option in /etc/resolv.conf ignored, Brian, (Wed Oct 24, 8:46 pm)
Re: lookup option in /etc/resolv.conf ignored, Darrin Chandler, (Wed Oct 24, 8:58 pm)