aboutsummaryrefslogtreecommitdiff
path: root/plugin.cfg
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-02-05 22:00:47 +0000
committerGravatar GitHub <noreply@github.com> 2018-02-05 22:00:47 +0000
commit5b844b5017f004fffa83157041e8ffd3ac085c92 (patch)
treecbf86bb06cd42f720037a0e473ce2d1cba4036af /plugin.cfg
parentfb1cafe5fa54935361a5cc9a7e3308a738225126 (diff)
downloadcoredns-5b844b5017f004fffa83157041e8ffd3ac085c92.tar.gz
coredns-5b844b5017f004fffa83157041e8ffd3ac085c92.tar.zst
coredns-5b844b5017f004fffa83157041e8ffd3ac085c92.zip
plugin/forward: add it (#1447)
* plugin/forward: add it This moves coredns/forward into CoreDNS. Fixes as a few bugs, adds a policy option and more tests to the plugin. Update the documentation, test IPv6 address and add persistent tests. * Always use random policy when spraying * include scrub fix here as well * use correct var name * Code review * go vet * Move logging to metrcs * Small readme updates * Fix readme
Diffstat (limited to 'plugin.cfg')
-rw-r--r--plugin.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.cfg b/plugin.cfg
index 2b34faa63..60193990d 100644
--- a/plugin.cfg
+++ b/plugin.cfg
@@ -48,7 +48,7 @@ file:file
auto:auto
secondary:secondary
etcd:etcd
-forward:github.com/coredns/forward
+forward:forward
proxy:proxy
erratic:erratic
whoami:whoami