This commit is contained in:
Miek Gieben 2012-05-02 08:00:07 +02:00
parent 82905763ee
commit 9c1597b85b
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

@ -8,7 +8,7 @@
// Package dns implements a full featured interface to the Domain Name System.
// The package allows complete control over what is send out to the DNS. The package
// API follows the less-is-more principle, by presenting a small, clean interface.
//
// The package dns supports (async) querying/replying, incoming/outgoing Axfr/Ixfr,
// TSIG, EDNS0, dynamic updates, notifies and DNSSEC validation/signing.
// Note that domain names MUST be full qualified, before sending them.