diff options
author | 2019-04-04 21:36:17 +0100 | |
---|---|---|
committer | 2019-04-04 13:36:17 -0700 | |
commit | 663271a7cab38e5c2505a1735c19f629f1889587 (patch) | |
tree | 489199b16f8c43a95d55b7a5c4f3790b7c5fb2ed /plugin | |
parent | 75bd6290c8b270276f48c4cff0af652e913eccb6 (diff) | |
download | coredns-663271a7cab38e5c2505a1735c19f629f1889587.tar.gz coredns-663271a7cab38e5c2505a1735c19f629f1889587.tar.zst coredns-663271a7cab38e5c2505a1735c19f629f1889587.zip |
plugin/forward: remove proxy comparison (#2760)
*proxy* is removed, so this is moot
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/forward/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index 83e1fe8fb..94e306ea8 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -21,10 +21,6 @@ connect to a random upstream (which may or may not work). 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) mileage on it. - ## Syntax In its most basic form, a simple forwarder uses this syntax: |