diff options
-rw-r--r-- | plugin/forward/README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index c4e383fd4..6b1a1b6c0 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -21,6 +21,10 @@ 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) millage on it. + ## Syntax In its most basic form, a simple forwarder uses this syntax: @@ -96,7 +100,7 @@ IPv6). ## Examples -Proxy all requests within example.org. to a nameserver running on a different port: +Proxy all requests within `example.org.` to a nameserver running on a different port: ~~~ corefile example.org { @@ -149,7 +153,7 @@ service with health checks. ## Bugs -The TLS config is global for the whole forwarding proxy if you need a different `tls_serveraame` for +The TLS config is global for the whole forwarding proxy if you need a different `tls_servername` for different upstreams you're out of luck. ## Also See |