aboutsummaryrefslogtreecommitdiff
path: root/plugin/federation/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Manual pages (#1346)Gravatar Miek Gieben 1-2/+9
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
2017-09-15plugin: README.md updates (#1084)Gravatar Miek Gieben 1-1/+1
updates so the look better on coredns.io
2017-09-15plugins: expand examples (#1077)Gravatar Miek Gieben 1-3/+3
* plugins: expand examples Expand some examples and test them by annotating it with `corefile` * Can't start kubernetes * Can test pprof :(
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+43
* 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