mirror of
https://github.com/miekg/dns.git
synced 2025-10-10 09:21:01 +02:00
better docs
This commit is contained in:
parent
ac2ee587b1
commit
aafa94f352
@ -163,7 +163,7 @@ func (mux *ServeMux) HandleRemove(pattern string) {
|
||||
// is used the correct thing for DS queries is done: a possible parent
|
||||
// is sought.
|
||||
// If no handler is found a standard SERVFAIL message is returned
|
||||
// If the request message does not have a single question in the
|
||||
// If the request message does not have exactly one question in the
|
||||
// question section a SERVFAIL is returned.
|
||||
func (mux *ServeMux) ServeDNS(w ResponseWriter, request *Msg) {
|
||||
var h Handler
|
||||
|
Loading…
x
Reference in New Issue
Block a user