3148. [bug] Processing of normal queries could be stalled when
forwarding a UPDATE message. [RT #24711]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.10 2007/06/18 23:47:31 tbox Exp $ */
|
||||
/* $Id: named.conf,v 1.11 2011/08/31 06:49:10 marka Exp $ */
|
||||
|
||||
controls { /* empty */ };
|
||||
|
||||
@@ -38,3 +38,10 @@ zone "example" {
|
||||
allow-update-forwarding { any; };
|
||||
masters { 10.53.0.1; };
|
||||
};
|
||||
|
||||
zone "nomaster" {
|
||||
type slave;
|
||||
file "nomaster.db";
|
||||
allow-update-forwarding { any; };
|
||||
masters { 10.53.0.4; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user