aboutsummaryrefslogtreecommitdiff
path: root/plugin/errors/setup.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-27plugin/errors: 'consolidate' option (#2192)Gravatar Ruslan Drozhdzh 1-6/+40
- see more details at https://github.com/infobloxopen/coredns-plugin-errors/pull/3
2018-05-09plugin/errors: remove panic/recover (#1777)Gravatar Miek Gieben 1-6/+0
Remove panic/recover and also use pkg/log to print the error. This brings some consistency into the logging. Fixes #1776
2018-02-28return an error for multiple use of some plugins (#1559)Gravatar Miek Gieben 1-0/+6
* plugins: Return error for multiple use of some Return plugin.ErrOnce when a plugin that doesn't support it, is called mutliple times. This now adds it for: cache, dnssec, errors, forward, hosts, nsid. And changes it slightly in kubernetes, pprof, reload, root. * more tests
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+55
* 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