diff options
author | LaMont Jones <lamont@debian.org> | 2009-11-16 19:27:50 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-11-16 19:27:50 -0600 |
commit | b2492ab7a9f3eb7cc37ac3f1fd6b173979ffd2b0 (patch) | |
tree | fc0c9fa247bf1225f696e772dfe76d110ded5463 /contrib/zkt/examples/flat/named.conf | |
parent | e3246fedd37d119c2bf6efb28d7492b3a595373a (diff) | |
download | bind9-b2492ab7a9f3eb7cc37ac3f1fd6b173979ffd2b0.tar.gz |
9.7.0b1
Diffstat (limited to 'contrib/zkt/examples/flat/named.conf')
-rw-r--r-- | contrib/zkt/examples/flat/named.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/contrib/zkt/examples/flat/named.conf b/contrib/zkt/examples/flat/named.conf index 0e8551c0..2d4cb9f0 100644 --- a/contrib/zkt/examples/flat/named.conf +++ b/contrib/zkt/examples/flat/named.conf @@ -96,4 +96,14 @@ zone "0.0.127.in-addr.ARPA" in { file "127.0.0.zone"; }; -include "zone.conf"; +#include "zone.conf"; + +zone "example.NET." in { + type master; + file "example.net/zone.db.signed"; +}; + +zone "sub.example.NET." in { + type master; + file "sub.example.net/zone.db.signed"; +}; |