mirror of
https://github.com/miekg/dns.git
synced 2025-10-17 21:01:00 +02:00
Fix comment
This commit is contained in:
parent
0a6829ee50
commit
acbbbdece5
2
tsig.go
2
tsig.go
@ -33,7 +33,7 @@
|
||||
//
|
||||
// Basic use pattern validating and replying to a message that has TSIG set.
|
||||
//
|
||||
// server := &dns.Server{"127.0.0.1:53", Net: "udp"}
|
||||
// server := &dns.Server{Addr: ":53", Net: "udp"}
|
||||
// server.TsigSecret = map[string]string{"axfr.": "so6ZGir4GPAqINNh9U5c3A=="}
|
||||
// go server.ListenAndServe()
|
||||
// dns.HandleFunc(".", handleRequest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user