update the documentation

This commit is contained in:
Miek Gieben 2012-12-14 13:48:26 +01:00
parent e66c2a1324
commit 3c4e9a95b4
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,6 @@
* Support for on-the-fly-signing
* Use BIND10 memory efficient zone structure?
* allow multiple edns0 options to exist in the record when converting
from/to wireformat
* NSEC3 support propper in the zone structure(s)
* Test all rdata packing with zero rdata -- allowed for dynamic updates

View File

@ -93,7 +93,7 @@ func HandleFailed(w ResponseWriter, r *Msg) {
// of Go DNS for 'authors.bind' or 'authors.server' queries in the
// CHAOS Class. Note with:
//
// HandleFunc("authors.bind.", HandleAuthors)
// dns.HandleFunc("authors.bind.", dns.HandleAuthors)
//
// the handler is registered for all DNS classes, thereby potentially
// hijacking the authors.bind. zone in the IN class. If you need the
@ -125,7 +125,7 @@ func HandleAuthors(w ResponseWriter, r *Msg) {
// of Go DNS for 'version.bind' or 'version.server' queries in the
// CHAOS Class. Note with:
//
// HandleFunc("version.bind.", HandleVersion)
// dns.HandleFunc("version.bind.", dns.HandleVersion)
//
// the handler is registered for all DNS classes, thereby potentially
// hijacking the version.bind. zone in the IN class. If you need the