Using OpenDNS servers with bind9 easily

The OpenDNS FAQ purports to have a solution to this problem, but it does something obscure to a file I don’t have on my system. So I quickly checked the man page and came up with this:

/etc/bind/named.conf.options

//Add this somewhere inside the options{}; section...
        forward only;
        forwarders {
                //OpenDNS
                208.67.222.222;
                208.67.220.220;
        };

Comments 1

  1. JC wrote:

    I see what you did there.

    Posted 09 Oct 2006 at 7:43 pm

Post a Comment

Your email is never published nor shared. Required fields are marked *