diff options
author | 2019-03-12 21:36:43 +0000 | |
---|---|---|
committer | 2019-03-12 21:36:43 +0000 | |
commit | d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60 (patch) | |
tree | 823fddc4ef10ce8447fc4008e6cc5c2bc28e3cfa /plugin.cfg | |
parent | e45411fdbd786413e16d66bf52799a409a5f1ddd (diff) | |
download | coredns-d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60.tar.gz coredns-d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60.tar.zst coredns-d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60.zip |
plugin/proxy: remove (#2683)
Point proxy to the fake deprecated plugin, next release that will be
removed as well.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.cfg b/plugin.cfg index deb341707..a9450d50d 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -52,7 +52,7 @@ secondary:secondary etcd:etcd loop:loop forward:forward -proxy:github.com/coredns/proxy +proxy:deprecated erratic:erratic whoami:whoami on:github.com/mholt/caddy/onevent |