aboutsummaryrefslogtreecommitdiff
path: root/plugin.cfg
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-25 18:55:35 +0000
committerGravatar GitHub <noreply@github.com> 2018-01-25 18:55:35 +0000
commit2d00080ef53a158847559f4c47d1954a78ba7341 (patch)
treed84287b1a46e4af20ebc4c0f746e9015063eaa71 /plugin.cfg
parentfcfb998b86f85872126a8968963212df7abb8d97 (diff)
downloadcoredns-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.cfg1
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