Files
coredns/plugin_generate.go
Miek Gieben 08ca048a35 Use go/ast for adding coredns (#228)
Use the package go/ast/astutil for adding CoreDNS to caddy and removing
the http server stuff from it as well - we're only a DNS server, no need
to caddy all the HTTP stuff as well.

Results in smaller binary and plugin_generate.go being much smaller as
well.
2016-08-21 14:48:54 +01:00

1.1 KiB