aboutsummaryrefslogtreecommitdiff
path: root/plugin/hosts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/hosts/README.md')
-rw-r--r--plugin/hosts/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/hosts/README.md b/plugin/hosts/README.md
index e525b9a65..58ac1fb87 100644
--- a/plugin/hosts/README.md
+++ b/plugin/hosts/README.md
@@ -55,8 +55,8 @@ hosts [FILE [ZONES...]] {
are used.
* **INLINE** the hosts file contents inlined in Corefile. If there are any lines before fallthrough
then all of them will be treated as the additional content for hosts file. The specified hosts
- file path will still be read but entries will be overrided.
-* `ttl` change the DNS TTL of the records generated (forward and reverse). The default is 3600 seonds (1 hour).
+ file path will still be read but entries will be overridden.
+* `ttl` change the DNS TTL of the records generated (forward and reverse). The default is 3600 seconds (1 hour).
* `reload` change the period between each hostsfile reload. A time of zero seconds disable the feature. Examples of valid durations: "300ms", "1.5h" or "2h45m" are valid duration with units "ns" (nanosecond), "us" (or "µs" for microsecond), "ms" (millisecond), "s" (second), "m" (minute), "h" (hour).
* `no_reverse` disable the automatic generation of the the `in-addr.arpa` or `ip6.arpa` entries for the hosts
* `fallthrough` If zone matches and no record can be generated, pass request to the next plugin.