diff options
author | 2018-02-05 22:00:47 +0000 | |
---|---|---|
committer | 2018-02-05 22:00:47 +0000 | |
commit | 5b844b5017f004fffa83157041e8ffd3ac085c92 (patch) | |
tree | cbf86bb06cd42f720037a0e473ce2d1cba4036af /plugin.cfg | |
parent | fb1cafe5fa54935361a5cc9a7e3308a738225126 (diff) | |
download | coredns-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.cfg | 2 |
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 |