This commit is contained in:
Miek Gieben 2012-08-31 21:00:58 +02:00
parent e9ea2d7750
commit 1a90efb5c4
1 changed files with 4 additions and 0 deletions

4
dns.go
View File

@ -41,6 +41,10 @@
// m := dns.new(Msg)
// m.SetQuestion("miek.nl.", dns.TypeMX)
//
// Or when note sure if the domain name is fully qualified:
//
// m.SetQuestion(dns.Fqdn("miek.nl"), dns.TypeMX)
//
// The message m is now a message with the question section set to ask
// the MX records for the miek.nl. zone.
//