documentation

This commit is contained in:
Miek Gieben 2012-09-01 11:35:00 +02:00
parent 12c7bc1021
commit 853248eeb4
1 changed files with 3 additions and 2 deletions

5
dns.go
View File

@ -10,9 +10,10 @@
// 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,
// The package dns supports (asynchronous) querying/replying, incoming/outgoing Axfr/Ixfr,
// TSIG, EDNS0, dynamic updates, notifies and DNSSEC validation/signing.
// Note that domain names MUST be fully qualified, before sending them.
// Note that domain names MUST be fully qualified, before sending them, unqualified
// names in a message will result in a packing failure.
//
// Resource records are native types. They are not stored in wire format.
// Basic usage pattern for creating a new resource record: