aboutsummaryrefslogtreecommitdiff
path: root/plugin/forward/protocol.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-19Cleanup ParseHostOrFile (#2100)Gravatar Miek Gieben 1-30/+0
Create plugin/pkg/transport that holds the transport related functions. This needed to be a new pkg to prevent cyclic import errors. This cleans up a bunch of duplicated code in core/dnsserver that also tried to parse a transport (now all done in transport.Parse). Signed-off-by: Miek Gieben <miek@miek.nl>
2018-02-05plugin/forward: add it (#1447)Gravatar Miek Gieben 1-0/+30
* plugin/forward: add it This moves coredns/forward into CoreDNS. Fixes as a few bugs, adds a policy option and more tests to the plugin. Update the documentation, test IPv6 address and add persistent tests. * Always use random policy when spraying * include scrub fix here as well * use correct var name * Code review * go vet * Move logging to metrcs * Small readme updates * Fix readme