diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-15 08:07:47 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-15 08:07:47 -0800 |
| commit | 48fb8323cfc1081a99643f92c314d41bfff4f398 (patch) | |
| tree | 3b3e595eea41d45208cebc89b38df2a65882174d /doc/message.rst | |
| parent | 06c70be17f026c83f1035dd89d150024b783355f (diff) | |
| download | dnspython-48fb8323cfc1081a99643f92c314d41bfff4f398.tar.gz | |
add RFC cite
Diffstat (limited to 'doc/message.rst')
| -rw-r--r-- | doc/message.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/message.rst b/doc/message.rst index 48b7387..c953f61 100644 --- a/doc/message.rst +++ b/doc/message.rst @@ -4,7 +4,9 @@ DNS Messages ============ -Objects of the dns.message.Message class represent a single DNS message. +Objects of the dns.message.Message class represent a single DNS message, +as defined by `RFC 1035 <https://tools.ietf.org/html/rfc1035>`_ and its +many updates and extensions. The module provides tools for constructing and manipulating messages. TSIG signatures and EDNS are also supported. Messages can be dumped to |
