Replace hmage/curly-system with AdguardTeam/AdguardDNS

This commit is contained in:
Eugene Bujak 2018-09-07 14:13:38 +03:00
parent ed4eb605be
commit b20802cbe6
2 changed files with 4 additions and 5 deletions

View File

@ -12,10 +12,9 @@ GOPATH=$(shell pwd)/go_$(VERSION)
clean:
rm -fv *.deb
## replace hmage/curly-system with AdguardTeam/AdguardDNS
build: check-vars clean
mkdir -p $(GOPATH)
GOPATH=$(GOPATH) go get -v -d github.com/hmage/curly-system
GOPATH=$(GOPATH) go get -v -d github.com/AdguardTeam/AdguardDNS
GOPATH=$(GOPATH) go get -v -d github.com/coredns/coredns
cp plugin.cfg $(GOPATH)/src/github.com/coredns/coredns
cd $(GOPATH)/src/github.com/coredns/coredns; GOPATH=$(GOPATH) go generate

View File

@ -25,9 +25,9 @@ pprof:pprof
prometheus:metrics
errors:errors
log:log
ratelimit:github.com/hmage/curly-system/coredns_plugin/ratelimit
refuseany:github.com/hmage/curly-system/coredns_plugin/refuseany
dnsfilter:github.com/hmage/curly-system/coredns_plugin
ratelimit:github.com/AdguardTeam/AdguardDNS/coredns_plugin/ratelimit
refuseany:github.com/AdguardTeam/AdguardDNS/coredns_plugin/refuseany
dnsfilter:github.com/AdguardTeam/AdguardDNS/coredns_plugin
cache:cache
file:file
forward:forward