Using OpenDNS servers with bind9 easily

Uncategorized 9 October 2006 | 1 Comment

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;
        };

Tagged in , , , , ,

One Response on “Using OpenDNS servers with bind9 easily”

  1. JC says:

    I see what you did there.

Leave a Reply