3939. [func] Improve UPDATE forwarding performance by allowing TCP
connections to be shared. [RT #37039]
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/* $Id: named.conf,v 1.5 2011/02/03 12:18:11 tbox Exp $ */
|
||||
|
||||
// NS1
|
||||
// NS3
|
||||
|
||||
controls { /* empty */ };
|
||||
|
||||
@@ -60,3 +60,10 @@ zone "dnskey.test" {
|
||||
allow-update { any; };
|
||||
file "dnskey.test.db.signed";
|
||||
};
|
||||
|
||||
zone "many.test" {
|
||||
type slave;
|
||||
masters { 10.53.0.1; };
|
||||
allow-update-forwarding { any; };
|
||||
file "many.test.bk";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user