From cac9d13ba76611286db9feeeeab22e944b30935c Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Wed, 8 Nov 2017 14:36:09 +0800 Subject: [PATCH] Update instructions on compiling into CoreDNS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06ac3e9..b8fb7df 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ go get github.com/coredns/coredns $ go get github.com/serverwentdown/alias $ cd $GOPATH/src/github.com/coredns/coredns $ vim plugin.cfg -# Add the line 205:alias:github.com/serverwentdown/alias +# Add the line alias:github.com/serverwentdown/alias before the file middleware $ go generate $ go build $ ./coredns -plugins | grep alias