Views

Sebastian Tymków sebastian.tymkow at gmail.com
Sat Oct 23 08:47:26 UTC 2010


Hi,

I couldn't find anywhere and wonder if it is possible to use diffrent views
at diffrent times i.e.:

// run between 1 p.m - 6 p.m.
view "one" {
    match-clients{
         10.x.y.z;
}
zone "alfa.com" {
   type master;
   file "/etc/bind/alfa.com";
  };
}

//run after 6 p.m
view "two" {
match-clients{
         10.x.y.z;
}
zone "beta.com" {
   type master;
   file "/etc/bind/beta.com";
  }
}


Best regards,

Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20101023/184d80ea/attachment.html>


More information about the bind-users mailing list