1
0
Fork 0

Update README.md

pull/4/head
Ambrose Chua 2017-12-24 05:30:51 +08:00 committed by GitHub
parent 2962bf4060
commit 9927fef4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -35,3 +35,15 @@ Perform dns64 AAAA synthesizing using 8.8.8.8 for resolving any A records.
<https://en.wikipedia.org/wiki/IPv6_transition_mechanism#DNS64> and RFC 6147.
## Installation
```
$ go get github.com/coredns/coredns
$ go get github.com/serverwentdown/dns64
$ cd $GOPATH/src/github.com/coredns/coredns
$ vim plugin.cfg
# Add the line dns64:github.com/serverwentdown/dns64 before the hosts middleware
$ go generate
$ go build
$ ./coredns -plugins | grep dns64
```