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

does no build #11

Open kapilth opened 5 years ago

kapilth commented 5 years ago

get this error on windows

coredns>go build go: finding github.com/coredns/fallback latest go: finding github.com/coredns/coredns/plugin/proxy latest go: finding github.com/coredns/coredns/plugin latest go: github.com/mholt/caddy@v1.0.1: parsing go.mod: unexpected module path "github.com/caddyserver/caddy" go: error loading module requirements

miekg commented 4 years ago

this is even more broken currently with coredns master as of Sept 2020

@chrisohaver you want to keep this on coredns.io/explugins?

chrisohaver commented 4 years ago

Thanks. Looking at prior discussions, it looks like the plan was to deprecate this plugin, replacing with https://github.com/coredns/alternate.

I've updated the fallback README to declare its deprecation.

I'll create a PR to replace fallback with alternate in coredns.io/explugins.

miekg commented 4 years ago

[ Quoting notifications@github.com in "Re: [coredns/fallback] does no buil..." ]

Thanks. Looking at prior discussions, it looks like the plan was to deprecate this plugin, replacing with https://github.com/coredns/alternate.

I've updated the fallback README to declare its deprecation.

I'll create a PR to replace fallback with alternate in coredns.io/explugins.

ok, cool.

Thanks!