From: Massimiliano Chinni Date: Wed, 15 Jan 2014 23:36:39 +0000 (+0100) Subject: fix a typo and changed a filename in the README X-Git-Tag: v1.0.1~4^2 X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=e98b3d37c641a15bd67d5ee09ae3d6307ff7de66;p=Dyndns%2F.git fix a typo and changed a filename in the README --- 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; } }