Hi,<br><br>I couldn't find anywhere and wonder if it is possible to use diffrent views at diffrent times i.e.:<br><br>// run between 1 p.m - 6 p.m.<br>view "one" {<br> match-clients{<br> 10.x.y.z;<br>
}<br>zone "<a href="http://alfa.com">alfa.com</a>" {<br> type master;<br> file "/etc/bind/<a href="http://alfa.com">alfa.com</a>";<br> };<br>}<br><br>//run after 6 p.m<br>view "two" {<br>
match-clients{<br>
10.x.y.z;<br>
}<br>
zone "<a href="http://beta.com">beta.com</a>" {<br>
type master;<br>
file "/etc/bind/<a href="http://beta.com">beta.com</a>";<br>
}<br>}<br><br><br>Best regards,<br><br>Sebastian<br>