update copyright notice
This commit is contained in:
@@ -42,8 +42,8 @@ controls {
|
||||
};
|
||||
|
||||
key altkey {
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
};
|
||||
|
||||
include "ddns.key";
|
||||
@@ -68,8 +68,8 @@ zone "other.nil" {
|
||||
};
|
||||
|
||||
masters othermasters {
|
||||
10.53.0.2 port 5300;
|
||||
10.53.0.2 port 5300 key altkey;
|
||||
10.53.0.2 port 5300;
|
||||
10.53.0.2 port 5300 key altkey;
|
||||
};
|
||||
|
||||
zone "update.nil" {
|
||||
@@ -98,14 +98,14 @@ include "sha384.key";
|
||||
include "sha512.key";
|
||||
|
||||
zone "keytests.nil" {
|
||||
type master;
|
||||
file "keytests.db";
|
||||
update-policy {
|
||||
grant md5-key name md5.keytests.nil. ANY;
|
||||
grant sha1-key name sha1.keytests.nil. ANY;
|
||||
grant sha224-key name sha224.keytests.nil. ANY;
|
||||
grant sha256-key name sha256.keytests.nil. ANY;
|
||||
grant sha384-key name sha384.keytests.nil. ANY;
|
||||
grant sha512-key name sha512.keytests.nil. ANY;
|
||||
};
|
||||
type master;
|
||||
file "keytests.db";
|
||||
update-policy {
|
||||
grant md5-key name md5.keytests.nil. ANY;
|
||||
grant sha1-key name sha1.keytests.nil. ANY;
|
||||
grant sha224-key name sha224.keytests.nil. ANY;
|
||||
grant sha256-key name sha256.keytests.nil. ANY;
|
||||
grant sha384-key name sha384.keytests.nil. ANY;
|
||||
grant sha512-key name sha512.keytests.nil. ANY;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user