diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2004-11-11 04:08:16 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2004-11-11 04:08:16 +0000 |
| commit | 7a7d1ad4563bea1cd3e81d5ee82f20d96f7c8959 (patch) | |
| tree | 7946dc72390215989ba4e1b95bad042b4bc00981 /etc | |
| parent | 2a16d5fd6bf9183e0d2edf61d3506d0b2407a67d (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/BIND.chroot.dist | 2 | ||||
| -rw-r--r-- | etc/namedb/named.conf | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/mtree/BIND.chroot.dist b/etc/mtree/BIND.chroot.dist index 2f828eeb960a..e41a369a4262 100644 --- a/etc/mtree/BIND.chroot.dist +++ b/etc/mtree/BIND.chroot.dist @@ -9,6 +9,8 @@ .. etc namedb + dynamic uname=bind + .. master .. slave uname=bind diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index d0d44494ea24..94b6f3cd7411 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -102,6 +102,20 @@ zone "example.com" { }; }; +// An example dynamic zone +key "exampleorgkey" { + algorithm hmac-md5; + secret "sf87HJqjkqh8ac87a02lla=="; +}; + +zone "example.org" { + type master; + allow-update { + key "exampleorgkey"; + }; + file "dynamic/example.org"; +}; + zone "0.168.192.in-addr.arpa" { type slave; file "slave/0.168.192.in-addr.arpa"; |
