coredns / fallback

The fallback plugin allows sending queries to alternate upstreams based on rcodes returned from the plugin chain.
Apache License 2.0
12 stars 17 forks source link

Add fallback plugin #1

Closed yuewko closed 6 years ago

yuewko commented 6 years ago

Implements the fallback plugin.

Code was originally submitted as a coredns/coredns PR (https://github.com/coredns/coredns/pull/1420). Moved here as per review comment.

This also addresses other review comments from the same PR.

johnbelamaric commented 6 years ago

Please add CodeCov too.

yuewko commented 6 years ago

Oops.. Yes, will do.

yuewko commented 6 years ago

Done: https://github.com/coredns/fallback/pull/2 You probably have to enable Travis CI for the repo.

miekg commented 6 years ago

[ Quoting notifications@github.com in "Re: [coredns/fallback] Add fallback..." ]

Done: https://github.com/coredns/fallback/pull/2 You probably have to enable Travis CI for the repo.

travis enabled.

yuewko commented 6 years ago

Closed #2 - created #3 instead.

Looks like travis is working now. Thanks @miekg !!