2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 17:15:31 +00:00
Files
bind/doc/private/options

27 lines
649 B
Plaintext
Raw Normal View History

2004-03-05 05:14:21 +00:00
Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
2001-01-09 22:01:04 +00:00
Copyright (C) 2000, 2001 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
2004-03-05 05:14:21 +00:00
$Id: options,v 1.6 2004/03/05 05:04:55 marka Exp $
2000-11-18 03:01:17 +00:00
2000-08-22 04:53:04 +00:00
options {
...
[ notify-forward yes_or_no; ]
};
view "view_name" [ ( in | hs | hesiod | chaos ) ] {
...
[ notify-forward yes_or_no; ]
};
zone "zone_name" {
type slave;
...
[ notify-forward yes_or_no; ]
};
notify-forward:
If 'yes' forward notifies which match 'allow-notify' to zone
masters. If 'no' accept the notify which match 'allow-notify'
as if it came from a master. Default 'no'.