notify-any to allow-notify conversion.
notify-relay to notify-forward conversion.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user