update copyright notice
This commit is contained in:
@@ -37,12 +37,12 @@ options {
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-md5;
|
||||
};
|
||||
|
||||
controls {
|
||||
inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
|
||||
inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
zone "." {
|
||||
@@ -228,14 +228,14 @@ zone "split-smart.example" {
|
||||
};
|
||||
|
||||
zone "nsec3chain-test" {
|
||||
type slave;
|
||||
file "nsec3chain-test.bk";
|
||||
type slave;
|
||||
file "nsec3chain-test.bk";
|
||||
masters { 10.53.0.2; };
|
||||
};
|
||||
|
||||
zone "expiring.example" {
|
||||
type master;
|
||||
allow-update { any; };
|
||||
allow-update { any; };
|
||||
file "expiring.example.db.signed";
|
||||
};
|
||||
|
||||
@@ -257,10 +257,10 @@ zone "LOWER.EXAMPLE" {
|
||||
};
|
||||
|
||||
zone "inline.example" {
|
||||
type master;
|
||||
file "inline.example.db";
|
||||
inline-signing yes;
|
||||
auto-dnssec maintain;
|
||||
type master;
|
||||
file "inline.example.db";
|
||||
inline-signing yes;
|
||||
auto-dnssec maintain;
|
||||
};
|
||||
|
||||
zone "publish-inactive.example" {
|
||||
|
||||
Reference in New Issue
Block a user