2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

don't use a expired slave zone

This commit is contained in:
Mark Andrews 2011-09-02 02:25:07 +00:00
parent ce375ba293
commit 56a520ef3a
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.12 2011/08/31 23:46:44 tbox Exp $ */
/* $Id: named.conf,v 1.13 2011/09/02 02:25:07 marka Exp $ */
controls { /* empty */ };
@ -41,7 +41,7 @@ zone "example" {
zone "nomaster" {
type slave;
file "nomaster.db";
file "nomaster1.db";
allow-update-forwarding { any; };
masters { 10.53.0.4; };
};

View File

@ -15,7 +15,8 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: setup.sh,v 1.8 2007/06/19 23:47:06 tbox Exp $
# $Id: setup.sh,v 1.9 2011/09/02 02:25:07 marka Exp $
cp -f ns1/example1.db ns1/example.db
rm -f ns1/example.db.jnl ns2/example.bk ns2/example.bk.jnl
cp -f ns3/nomaster.db ns3/nomaster1.db