coredns/middleware/test
John Belamaric b10a4f9075 Common tls (#474)
* Add common TLS config routines

These routines can be used to load TLS configs based upon the
args in the Corefile.

* Add common routine for Corefile arg handling

Add the NewTLSConfigFromArgs routine so that you can just pass
in the Corefile args and get a tls.Config. This ensures the
parameters are handled consistently across middleware.

* Change to varargs style params

Change to use args ...string instead of []string. Add
documentation of what each call means.
2017-01-10 10:18:34 -05:00
..
doc.go Doc: add package docs (#296) 2016-09-25 08:39:20 +01:00
file.go Common tls (#474) 2017-01-10 10:18:34 -05:00
file_test.go Pr 311 2 (#312) 2016-10-02 15:58:01 +01:00
helpers.go middleware/file: fix delegations (#376) 2016-11-05 14:39:49 +00:00
helpers_test.go Fix path for asset storage (#144) 2016-04-30 21:56:43 +01:00
responsewriter.go Golint2 (#280) 2016-09-23 09:14:12 +01:00
server.go tests: clean up output 2016-10-08 16:44:43 +01:00