projects
/
Dyndns
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2ae47
)
fix a typo and changed a filename in the README
author
Massimiliano Chinni
<m.chinni@gmail.com>
Wed, 15 Jan 2014 23:36:39 +0000
(
00:36
+0100)
committer
Massimiliano Chinni
<m.chinni@gmail.com>
Wed, 15 Jan 2014 23:36:39 +0000
(
00:36
+0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
6998185
..
f500cf0
100644
(file)
--- 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 {
- gran
d
ddns-key zonesub ANY;
+ gran
t
ddns-key zonesub ANY;
}
}