mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 04:22:10 -04:00
update copyright notice
This commit is contained in:
parent
38e6997347
commit
229809a446
19 changed files with 104 additions and 104 deletions
|
|
@ -36,13 +36,13 @@ options {
|
|||
include "../../common/controls.conf";
|
||||
|
||||
key one {
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
};
|
||||
|
||||
key two {
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
|
@ -58,5 +58,5 @@ zone "example" {
|
|||
zone "tsigzone" {
|
||||
type master;
|
||||
file "tsigzone.db";
|
||||
allow-transfer { !key one; any; };
|
||||
allow-transfer { !key one; any; };
|
||||
};
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ options {
|
|||
include "../../common/rndc.key";
|
||||
|
||||
controls {
|
||||
inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
||||
inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
zone "rt.example" {
|
||||
|
|
|
|||
|
|
@ -27,13 +27,13 @@ options {
|
|||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
notify no;
|
||||
minimal-responses no;
|
||||
minimal-responses no;
|
||||
};
|
||||
|
||||
include "../../common/rndc.key";
|
||||
|
||||
controls {
|
||||
inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
||||
inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
zone "rt.example" {
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
allow-query { any; };
|
||||
recursion no;
|
||||
allow-query { any; };
|
||||
recursion no;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
recursion no;
|
||||
};
|
||||
|
||||
include "../../common/controls.conf";
|
||||
|
|
|
|||
|
|
@ -17,20 +17,20 @@
|
|||
/* $Id$ */
|
||||
|
||||
zone not-inline {
|
||||
type slave;
|
||||
masters { 127.0.0.1; };
|
||||
inline-signing no;
|
||||
dnssec-dnskey-kskonly yes;
|
||||
update-check-ksk yes;
|
||||
dnssec-loadkeys-interval 10;
|
||||
type slave;
|
||||
masters { 127.0.0.1; };
|
||||
inline-signing no;
|
||||
dnssec-dnskey-kskonly yes;
|
||||
update-check-ksk yes;
|
||||
dnssec-loadkeys-interval 10;
|
||||
|
||||
};
|
||||
|
||||
zone inline {
|
||||
type slave;
|
||||
masters { 127.0.0.1; };
|
||||
inline-signing yes;
|
||||
dnssec-dnskey-kskonly yes;
|
||||
update-check-ksk yes;
|
||||
dnssec-loadkeys-interval 10;
|
||||
type slave;
|
||||
masters { 127.0.0.1; };
|
||||
inline-signing yes;
|
||||
dnssec-dnskey-kskonly yes;
|
||||
update-check-ksk yes;
|
||||
dnssec-loadkeys-interval 10;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@
|
|||
/*
|
||||
* An inline-signing slave should be forced to have a file option
|
||||
*/
|
||||
|
||||
|
||||
zone "." {
|
||||
type slave;
|
||||
inline-signing yes;
|
||||
masters { 10.53.0.1; };
|
||||
type slave;
|
||||
inline-signing yes;
|
||||
masters { 10.53.0.1; };
|
||||
};
|
||||
|
|
@ -18,13 +18,13 @@ acl "transferees" {};
|
|||
masters "stealthMasters" {127.0.0.1;};
|
||||
masters "publicSlaves" {127.0.0.1;};
|
||||
zone "example.net" {
|
||||
type slave;
|
||||
key-directory "/var/lib/bind/example.net";
|
||||
auto-dnssec maintain;
|
||||
inline-signing yes;
|
||||
masters { stealthMasters; };
|
||||
notify explicit;
|
||||
also-notify { publicSlaves; };
|
||||
allow-transfer { localhost; transferees; };
|
||||
type slave;
|
||||
key-directory "/var/lib/bind/example.net";
|
||||
auto-dnssec maintain;
|
||||
inline-signing yes;
|
||||
masters { stealthMasters; };
|
||||
notify explicit;
|
||||
also-notify { publicSlaves; };
|
||||
allow-transfer { localhost; transferees; };
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -18,14 +18,14 @@ acl "transferees" {};
|
|||
masters "stealthMasters" {127.0.0.1;};
|
||||
masters "publicSlaves" {127.0.0.1;};
|
||||
zone "example.net" {
|
||||
type slave;
|
||||
file "/var/cache/bind/example.net.db";
|
||||
key-directory "/var/lib/bind/example.net";
|
||||
auto-dnssec maintain;
|
||||
inline-signing yes;
|
||||
masters { stealthMasters; };
|
||||
notify explicit;
|
||||
also-notify { publicSlaves; };
|
||||
allow-transfer { localhost; transferees; };
|
||||
type slave;
|
||||
file "/var/cache/bind/example.net.db";
|
||||
key-directory "/var/lib/bind/example.net";
|
||||
auto-dnssec maintain;
|
||||
inline-signing yes;
|
||||
masters { stealthMasters; };
|
||||
notify explicit;
|
||||
also-notify { publicSlaves; };
|
||||
allow-transfer { localhost; transferees; };
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -18,13 +18,13 @@ acl "transferees" {};
|
|||
masters "stealthMasters" {127.0.0.1;};
|
||||
masters "publicSlaves" {127.0.0.1;};
|
||||
zone "example.net" {
|
||||
type slave;
|
||||
key-directory "/var/lib/bind/example.net";
|
||||
auto-dnssec maintain;
|
||||
inline-signing no;
|
||||
masters { stealthMasters; };
|
||||
notify explicit;
|
||||
also-notify { publicSlaves; };
|
||||
allow-transfer { localhost; transferees; };
|
||||
type slave;
|
||||
key-directory "/var/lib/bind/example.net";
|
||||
auto-dnssec maintain;
|
||||
inline-signing no;
|
||||
masters { stealthMasters; };
|
||||
notify explicit;
|
||||
also-notify { publicSlaves; };
|
||||
allow-transfer { localhost; transferees; };
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -35,19 +35,19 @@ options {
|
|||
dnssec-enable yes;
|
||||
dnssec-validation yes;
|
||||
|
||||
dns64 2001:aaaa::/96 {
|
||||
clients { 10.53.0.2; };
|
||||
mapped { !rfc1918; any; };
|
||||
exclude { 2001:eeee::/32; 64:FF9B::/96; ::ffff:0000:0000/96; };
|
||||
suffix ::;
|
||||
};
|
||||
dns64 2001:aaaa::/96 {
|
||||
clients { 10.53.0.2; };
|
||||
mapped { !rfc1918; any; };
|
||||
exclude { 2001:eeee::/32; 64:FF9B::/96; ::ffff:0000:0000/96; };
|
||||
suffix ::;
|
||||
};
|
||||
|
||||
dns64 64:FF9B::/96 {
|
||||
clients { 10.53.0.1; };
|
||||
mapped { !192.228.79.201; !rfc1918; any; };
|
||||
exclude { 64:FF9B::/96; ::ffff:0000:0000/96; };
|
||||
suffix ::;
|
||||
};
|
||||
dns64 64:FF9B::/96 {
|
||||
clients { 10.53.0.1; };
|
||||
mapped { !192.228.79.201; !rfc1918; any; };
|
||||
exclude { 64:FF9B::/96; ::ffff:0000:0000/96; };
|
||||
suffix ::;
|
||||
};
|
||||
|
||||
dns64-server "dns64.example.net.";
|
||||
dns64-contact "hostmaster.example.net.";
|
||||
|
|
@ -59,7 +59,7 @@ options {
|
|||
|
||||
dns64 2001:96::/96 { clients { 10.53.0.7; }; };
|
||||
|
||||
response-policy { zone "rpz"; };
|
||||
response-policy { zone "rpz"; };
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
|
|
|||
|
|
@ -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" {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,12 +38,12 @@ options {
|
|||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
};
|
||||
|
||||
controls {
|
||||
inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
|
||||
inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
recursion no;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -33,11 +33,11 @@ options {
|
|||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-sha256;
|
||||
};
|
||||
controls {
|
||||
inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
|
||||
inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
include "../trusted.conf";
|
||||
|
|
|
|||
|
|
@ -35,12 +35,12 @@ options {
|
|||
};
|
||||
|
||||
key rndc_key {
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-md5;
|
||||
secret "1234abcd8765";
|
||||
algorithm hmac-md5;
|
||||
};
|
||||
|
||||
controls {
|
||||
inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
||||
inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
|
||||
};
|
||||
|
||||
key "tkeytest." {
|
||||
|
|
@ -49,7 +49,7 @@ key "tkeytest." {
|
|||
};
|
||||
|
||||
zone example {
|
||||
type master;
|
||||
file "example.db";
|
||||
allow-query { key tkeytest.; none; };
|
||||
type master;
|
||||
file "example.db";
|
||||
allow-query { key tkeytest.; none; };
|
||||
};
|
||||
|
|
|
|||
|
|
@ -64,5 +64,5 @@ zone "slave" {
|
|||
type slave;
|
||||
file "slave.db";
|
||||
masters { 10.53.0.1; };
|
||||
masterfile-format text;
|
||||
masterfile-format text;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/perl -w
|
||||
#
|
||||
# Copyright (C) 2004-2010, 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004-2010, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 1998-2001 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
|
|||
Loading…
Reference in a new issue