On Fri, 2016-09-23 at 15:28 -0400, Bill Cole wrote:
> As much as I love BIND (no, seriously, I do) it's very hard to recommend 
> it as the first choice for a simple recursive resolver.

Setting up bind as a "simple recursive resolver" is simplicity itself.

acl goodclients {
    1.2.3.0/24;
    4.5.6.0/24;
    127.0.0.1;
    etc....
};

options {
        ......

        recursion yes;
        allow-query { goodclients; };

        etc...
};

-- 
Lindsay Haisley       | "The first casualty when
FMP Computer Services |         war comes is truth."
512-259-1190          |            
http://www.fmp.com    |     -- Hiram W Johnson

Reply via email to