notify-any to allow-notify conversion.

notify-relay to notify-forward conversion.
This commit is contained in:
Mark Andrews
2000-08-22 05:14:59 +00:00
parent 947b1ca257
commit 8249eee42a
13 changed files with 479 additions and 325 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/08/17 09:18:03 marka Exp $ */
/* $Id: named.conf,v 1.2 2000/08/22 05:14:45 marka Exp $ */
options {
query-source address 10.53.0.3;
@@ -35,7 +35,7 @@ zone "." {
zone "example" {
type slave;
notify-any yes;
allow-notify { any; };
masters { 10.53.0.2; };
file "example.bk";
};

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/08/17 09:18:03 marka Exp $ */
/* $Id: named.conf,v 1.2 2000/08/22 05:14:46 marka Exp $ */
options {
query-source address 10.53.0.4;
@@ -35,7 +35,8 @@ zone "." {
zone "example" {
type slave;
notify-relay yes;
allow-notify { any; };
notify-forward yes;
masters { 10.53.0.3; };
file "example.bk";
};