Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
f0f80ed7
Commit
f0f80ed7
authored
Apr 27, 2018
by
Miek Gieben
Committed by
GitHub
Apr 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin/forward: clarify relation with proxy (#1747)
some other small bits as well.
parent
47b2b102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
plugin/forward/README.md
plugin/forward/README.md
+6
-2
No files found.
plugin/forward/README.md
View file @
f0f80ed7
...
@@ -21,6 +21,10 @@ connect to a random upstream (which may or may not work).
...
@@ -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.
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
## Syntax
In its most basic form, a simple forwarder uses this syntax:
In its most basic form, a simple forwarder uses this syntax:
...
@@ -96,7 +100,7 @@ IPv6).
...
@@ -96,7 +100,7 @@ IPv6).
## Examples
## 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
~~~
corefile
example.org {
example.org {
...
@@ -149,7 +153,7 @@ service with health checks.
...
@@ -149,7 +153,7 @@ service with health checks.
## Bugs
## Bugs
The TLS config is global for the whole forwarding proxy if you need a different
`tls_server
a
ame`
for
The TLS config is global for the whole forwarding proxy if you need a different
`tls_server
n
ame`
for
different upstreams you're out of luck.
different upstreams you're out of luck.
## Also See
## Also See
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment