DNS/実装/grimdについて、ここに記述してください。

https://github.com/looterz/grimd

Installing grimd: https://github.com/looterz/grimd/wiki/Deploying-on-Digital-Ocean

/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 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.
  1. grimd を作る。

-- ToshinoriMaeno 2016-05-04 07:11:53