Filtering RR on slave server.

Barry Margolin barmar at alum.mit.edu
Mon Feb 27 06:33:55 UTC 2006


In article <dtu2mu$1bfq$1 at sf1.isc.org>, Nicolas <nicolas at no-spam.net> 
wrote:

> Hi.
> 
> Does someone know a way to setup a *slave* server that will only return 
> a subset of the RR it receives from the master server ?

For every record that you want to override on the slave server, create a 
zone that the slave is master for.  E.g. if it's a slave for 
company.com, but you don't want it to slave host1.company.com, configure 
it with:

zone "host1.company.com" {
  type master;
  filename "db.host1";
};

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list