From e98b3d37c641a15bd67d5ee09ae3d6307ff7de66 Mon Sep 17 00:00:00 2001 From: Massimiliano Chinni Date: Thu, 16 Jan 2014 00:36:39 +0100 Subject: [PATCH] fix a typo and changed a filename in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6998185..f500cf0 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ This command outputs instructions for your BIND installation. The generated key secret "bvZ....K5A=="; }; -and saved to a file which is referenced in config.php as "bind.keyfile". In the "zone" entry, you have to add an "update-policy": +and saved to a file which is referenced in index.php as "bind.keyfile". In the "zone" entry, you have to add an "update-policy": zone "dyndns.example.com" { type master; file "db.dyndns.example.com"; ... update-policy { - grand ddns-key zonesub ANY; + grant ddns-key zonesub ANY; } } -- 2.1.4