Hi,
  I'm running a caching nameserver for my home network, and installed the
verisign patch, but it still doesn't work.

  Can you tell me what's wrong with my configuration?

Here is my /etc/named.conf:

controls {
    inet 127.0.0.1 allow { any; } keys { "key"; };
};

options {
        pid-file "/var/run/named/named.pid";
        directory "/var/named";
         */
        // query-source address * port 53;
        forward first;
        forwarders {
          192.114.47.4;
          192.114.47.52;
        };
        root-delegation-only exclude { "de"; "lv"; "to"; "museum"; };

};

//
// a caching only nameserver config
//

zone "." {
        type hint;
        file "named.ca";
};

// ... more local zones removed ...


-- 
This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540
GPG public key at http://alon.wox.org/pubkey.txt
Key fingerprint = A670 6C81 19D3 3773 3627  DE14 B44A 50A3 FE06 7F24
--------------------------------------------------------------------------
 -=[ Random Fortune ]=-
Deflector shields just came on, Captain.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to