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
_______________________________________________
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users