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
This commit is contained in:
Miek Gieben
2018-01-25 18:55:35 +00:00
committed by GitHub
parent fcfb998b86
commit 2d00080ef5
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ file:file
auto:auto
secondary:secondary
etcd:etcd
forward:github.com/coredns/forward
proxy:proxy
erratic:erratic
whoami:whoami