diff options
author | 2018-01-25 18:55:35 +0000 | |
---|---|---|
committer | 2018-01-25 18:55:35 +0000 | |
commit | 2d00080ef53a158847559f4c47d1954a78ba7341 (patch) | |
tree | d84287b1a46e4af20ebc4c0f746e9015063eaa71 /plugin.cfg | |
parent | fcfb998b86f85872126a8968963212df7abb8d97 (diff) | |
download | coredns-2d00080ef53a158847559f4c47d1954a78ba7341.tar.gz coredns-2d00080ef53a158847559f4c47d1954a78ba7341.tar.zst coredns-2d00080ef53a158847559f4c47d1954a78ba7341.zip |
plugin/forward: add out of tree forward plugin (#1425)
* plugin/forward: add out of tree forward plugin
This is a simpler proxy than *proxy*, include by default so it is easier
to switch (i.e. no recompile). It lacks features compared to proxy (did I
say it was simpler), but does cache udp and tcp connection, so it is
faster than proxy.
* Muck with the makefile
* Versioning forward now
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.cfg b/plugin.cfg index 06e1de5f4..d3efb3889 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -47,6 +47,7 @@ file:file auto:auto secondary:secondary etcd:etcd +forward:github.com/coredns/forward proxy:proxy erratic:erratic whoami:whoami |