This commit is contained in:
Miek Gieben 2012-09-18 08:23:17 +02:00
parent 1b7b7d6f74
commit 130f2e2cf7
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ func main() {
defer pprof.StopCPUProfile()
}
dns.HandleFunc(".", handleReflect)
dns.HandleFunc("miek.nl.", handleReflect)
dns.HandleFunc("authors.bind.", dns.HandleAuthors)
dns.HandleFunc("authors.server.", dns.HandleAuthors)
dns.HandleFunc("version.bind.", dns.HandleVersion)