diff options
Diffstat (limited to 'bin/tests/system/xfer/ns1/named.conf')
-rw-r--r-- | bin/tests/system/xfer/ns1/named.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/bin/tests/system/xfer/ns1/named.conf b/bin/tests/system/xfer/ns1/named.conf index bcada88a..83f1ccd1 100644 --- a/bin/tests/system/xfer/ns1/named.conf +++ b/bin/tests/system/xfer/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,9 +15,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.18 2007-06-19 23:47:07 tbox Exp $ */ +/* $Id: named.conf,v 1.18.814.2 2011-03-12 04:59:15 tbox Exp $ */ -controls { /* empty */ }; +include "../../common/rndc.key"; + +controls { + inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; }; +}; options { query-source address 10.53.0.1; @@ -35,3 +39,8 @@ zone "." { type master; file "root.db"; }; + +zone "slave" { + type master; + file "slave.db"; +}; |