iets mooier

This commit is contained in:
Miek Gieben 2012-03-27 09:26:04 +02:00
parent ab963a945a
commit 2db994d36e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ Flags:
nameserver += ":" + strconv.Itoa(*port)
// We use the async query handling, just to show how it is to be used.
dns.HandleQueryFunc(".", q)
dns.HandleQuery(".", q)
dns.ListenAndQuery(nil, nil)
c := dns.NewClient()
if *tcp {