obey the allow-update forwarding option for both signed and unsigned updates;
fold the upforwd system test README file and nsupdate input files into the tests.sh script; other minor cleanup of the upforwd test
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.3 2000/11/28 19:06:47 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.4 2000/12/01 21:37:13 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
@@ -32,6 +32,6 @@ options {
|
||||
zone "example" {
|
||||
type slave;
|
||||
file "example.bk";
|
||||
allow-update-forwarding { 10.53.0.3; };
|
||||
allow-update-forwarding { any; };
|
||||
masters { 10.53.0.1; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user