aboutsummaryrefslogtreecommitdiff
path: root/plugin/root/root_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-07-03Update Caddy to 1.0.1, and update import path (#2961)Gravatar Yong Tang 1-1/+1
* Update Caddy to 1.0.1, and update import path This fix updates caddy to 1.0.1 and also updates the import path to github.com/caddyserver/caddy This fix fixes 2959 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Also update plugin.cfg Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update and bump zplugin.go Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-08-14Typo fixes (#2031)Gravatar Karsten Weiss 1-1/+1
2018-04-19Update all plugins to use plugin/pkg/log (#1694)Gravatar Miek Gieben 1-3/+0
* Update all plugins to use plugin/pkg/log I wish this could have been done with sed. Alas manually changed all callers to use the new plugin/pkg/log package. * Error -> Info * Add docs to debug plugin as well
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+107
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat