diff options
Diffstat (limited to 'bin/tests/system/inline/ns2/named.conf')
-rw-r--r-- | bin/tests/system/inline/ns2/named.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/tests/system/inline/ns2/named.conf b/bin/tests/system/inline/ns2/named.conf index 0da29e6c..9168a6b1 100644 --- a/bin/tests/system/inline/ns2/named.conf +++ b/bin/tests/system/inline/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,9 @@ // NS2 -controls { /* empty */ }; +include "../../common/rndc.key"; + +controls { inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; }; }; options { query-source address 10.53.0.2; @@ -31,6 +33,7 @@ options { recursion no; notify yes; notify-delay 0; + allow-new-zones yes; }; zone "bits" { |