diff options
author | Internet Software Consortium, Inc <@isc.org> | 2012-01-18 10:10:04 -0700 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2012-01-18 10:10:04 -0700 |
commit | 52a7f63e4e1a5cc6705c88c2090499b2caaa0805 (patch) | |
tree | 330f8ca530b9d9e0161703f3d85575c1e43dd8d8 /bin/tests/system/upforwd | |
parent | cf94dd77f7578bef7bc0ff3feac9aaa548180641 (diff) | |
download | bind9-52a7f63e4e1a5cc6705c88c2090499b2caaa0805.tar.gz |
9.9.0b1
Diffstat (limited to 'bin/tests/system/upforwd')
-rw-r--r-- | bin/tests/system/upforwd/ns3/named.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tests/system/upforwd/ns3/named.conf b/bin/tests/system/upforwd/ns3/named.conf index 61af892d..e4c72c61 100644 --- a/bin/tests/system/upforwd/ns3/named.conf +++ b/bin/tests/system/upforwd/ns3/named.conf @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2011-09-02 02:25:07 marka Exp $ */ +/* $Id: named.conf,v 1.14 2011-10-26 15:23:37 each Exp $ */ controls { /* empty */ }; @@ -43,5 +43,6 @@ zone "nomaster" { type slave; file "nomaster1.db"; allow-update-forwarding { any; }; + masterfile-format text; masters { 10.53.0.4; }; }; |