checkpoint

This commit is contained in:
Mark Andrews
2000-09-08 06:27:35 +00:00
parent ee94aedb41
commit 842e0d16b8
5 changed files with 78 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.1 2000/09/08 05:40:44 marka Exp $ */
/* $Id: named.conf,v 1.2 2000/09/08 06:27:35 marka Exp $ */
key "update.example." {
algorithm "hmac-md5";
@@ -35,5 +35,5 @@ options {
zone "example" {
type master;
file "example.db";
allow-update { key "update.example."; };
allow-update { key update.example.; };
};