never returned by any function and was presumably cruft
related to max-names).
* Made allow-notify part of the public source and documented it.
* Made master server TSIG keys part of the public source and documented it.
* Removed a define of DNS_OPT_NEWCODES supposedly used by GNS, with
the approval of Mike.
* Made DNS_ZONE_FORCELOAD flag, used by rndc reload, work in the
public source. After the NOMINUM_PUBLIC cleanup, I'll
fix the rndc reload issues we've been discussing here at IETF.
I left in NOMIMUM_PUBLIC around the forward-notify stuff, with the
expectation that Michael will give the go-ahead next week to remove it.
26 lines
580 B
Plaintext
26 lines
580 B
Plaintext
Copyright (C) 2000 Internet Software Consortium.
|
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
|
|
|
$Id: options,v 1.4 2000/12/13 00:15:10 tale Exp $
|
|
|
|
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'.
|