allow-update is not allowed in slave zones

This commit is contained in:
Brian Wellington
2001-03-02 02:44:51 +00:00
parent 18b492aed1
commit 626f97e223

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.18 2001/01/11 20:41:44 gson Exp $ */
/* $Id: named.conf,v 1.19 2001/03/02 02:44:51 bwelling Exp $ */
options {
query-source address 10.53.0.3;
@@ -37,7 +37,6 @@ zone "." {
zone "example" {
type slave;
masters { 10.53.0.2; };
allow-update { any; };
file "example.bk";
};