Fix documentation

This commit is contained in:
Miek Gieben 2012-08-08 09:50:07 +02:00
parent a64ecb02f3
commit 20c84a80a7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
//
// Basic use pattern validating and replying to a message that has TSIG set.
//
// server = new(dns.Server)
// server := &dns.Server{Addr: ":53", Net: "udp"}
// server.TsigSecret = map[string]string{"axfr.": "so6ZGir4GPAqINNh9U5c3A=="}
// go server.ListenAndServe()
// dns.HandleFunc(".", handleRequest)