DNS/実装/grimdについて、ここに記述してください。 https://github.com/looterz/grimd Fast dns proxy Installing grimd: https://github.com/looterz/grimd/wiki/Deploying-on-Digital-Ocean https://github.com/looterz/grimd/releases [[/install]] ---- 1. apt-get install go 2. export GOPATH=~/gocode 3. https://github.com/miekg/dns {{{ 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. }}}   4. grimd を作る。 -- ToshinoriMaeno <>