diff options
author | 2018-04-27 10:25:46 -0400 | |
---|---|---|
committer | 2018-04-27 10:25:46 -0400 | |
commit | 9d25b6d8b9d58dc44f275ac4cc56418375c1786c (patch) | |
tree | 12faf3b49067c89eae55e5534058a573eafcfa0b | |
parent | 7ec92e055d0afd1e68e41ae2425fe6e3e7f341ed (diff) | |
download | coredns-9d25b6d8b9d58dc44f275ac4cc56418375c1786c.tar.gz coredns-9d25b6d8b9d58dc44f275ac4cc56418375c1786c.tar.zst coredns-9d25b6d8b9d58dc44f275ac4cc56418375c1786c.zip |
Update README.md (#1748)
-rw-r--r-- | plugin/forward/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index 28f9d4753..9223d22d8 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -23,7 +23,7 @@ This plugin can only be used once per Server Block. How does *forward* relate to *proxy*? This plugin is the "new" version of *proxy* and is faster because it re-uses connections to the upstreams. It also does in-band health checks - using DNS -instead of HTTP. Since it is newer it has a little less (production) milage on it. +instead of HTTP. Since it is newer it has a little less (production) mileage on it. ## Syntax |