[plug] view statement in Bind9

James Devenish devenish at guild.uwa.edu.au
Fri Dec 24 16:05:36 WST 2004


In message <200412241558.33696.bob at fots.org.au>
on Fri, Dec 24, 2004 at 03:58:33PM +0800, bob wrote:
> I'm looking for some docs that expand on %subject%. The ARM docs are a bit 
> pithy for my poor brain at the moment so something along the lines of an 
> idiots guide to would be good... or a working example well commented :).

The ARM is accurate in what it says (see "Split DNS" and "view Statement
Definition and Usage"). You basically put stuff into blocks like this:

acl internals {
    ...;
    ...;
    ...;
};

view "one" {
    match-clients { internals; };
    zone "..." {
    };
}

view "zero" {
    match-clients { any; };
    zone "..." {
    };
}





More information about the plug mailing list