aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/tree/less.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-21Replacing 'HTTP' by 'HTTPS' for securing links (#2591)Gravatar LongKB 1-1/+1
Currently, there are some links that we access with **HTTP**, it is redirected to **HTTPS** automatically. So this commit aims to replace **http://...** by **https://...** for security. Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com> Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+59
* 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