From 48fb8323cfc1081a99643f92c314d41bfff4f398 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 15 Jan 2017 08:07:47 -0800 Subject: [PATCH] add RFC cite --- doc/message.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/message.rst b/doc/message.rst index 48b7387f..c953f61e 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 `_ 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 -- 2.47.3