Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2017 v0 v0.9.10 Nov 3, 2017 v0.9.9 Oct 18, 2017 Changes in this version + type Recorder struct + Len int + Msg *dns.Msg + Rcode int + Start time.Time + func NewRecorder(w dns.ResponseWriter) *Recorder + func (r *Recorder) Write(buf []byte) (int, error) + func (r *Recorder) WriteMsg(res *dns.Msg) error + type Server struct + Addr string + func NewServer(f dns.HandlerFunc) *Server + func (s *Server) Close()