DNS/実装/grimdについて、ここに記述してください。
https://github.com/looterz/grimd
- Fast dns proxy
Installing grimd: https://github.com/looterz/grimd/wiki/Deploying-on-Digital-Ocean
- apt-get install go
- export GOPATH=~/gocode
go get github.com/miekg/dns go build github.com/miekg/dns
- goのバージョンアップが必要だった。(Ubuntu 14.04に 1.6をインストール)
これにより、関連go packageはインストールできた。
A short "how to use the API" is at the beginning of doc.go (this also will show when you call godoc github.com/miekg/dns). Example programs can be found in the github.com/miekg/exdns repository.
- grimd を作る。
-- ToshinoriMaeno 2016-05-04 07:11:53