diff options
author | 2018-04-27 09:49:25 -0400 | |
---|---|---|
committer | 2018-04-27 09:49:25 -0400 | |
commit | 7ec92e055d0afd1e68e41ae2425fe6e3e7f341ed (patch) | |
tree | 326a757821d1157b34fbf81602259d69bee07465 | |
parent | f0f80ed739bed8dbf2b707370958b51074cd11f3 (diff) | |
download | coredns-7ec92e055d0afd1e68e41ae2425fe6e3e7f341ed.tar.gz coredns-7ec92e055d0afd1e68e41ae2425fe6e3e7f341ed.tar.zst coredns-7ec92e055d0afd1e68e41ae2425fe6e3e7f341ed.zip |
Update README.md
-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 6b1a1b6c0..28f9d4753 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) millage on it. +instead of HTTP. Since it is newer it has a little less (production) milage on it. ## Syntax |