From: Bob Halley Date: Sat, 23 Aug 2025 19:56:34 +0000 (-0700) Subject: add missing DSYNC doco X-Git-Tag: v2.8.0rc1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=273c9bf9b9963af38536fd708677e7aac75b5e59;p=thirdparty%2Fdnspython.git add missing DSYNC doco --- diff --git a/doc/rdata-subclasses.rst b/doc/rdata-subclasses.rst index 711968c2..aac3749f 100644 --- a/doc/rdata-subclasses.rst +++ b/doc/rdata-subclasses.rst @@ -201,6 +201,26 @@ Universal Types A ``bytes``, the digest of the key. +.. autoclass:: dns.rdtypes.ANY.DSYNC.DSYNC + :members: + + .. attribute:: rrtype + + A ``dns.rdatatype.RdataType``, the type this DSYNC record will notify about. + + .. attribute:: scheme + + A ``dns.rdtypes.ANY.DSYNC.Scheme`` the scheme to use, typically + ``dns.rdtypes.ANY.DSYNC.Scheme.NOTIFY``. + + .. attribute:: port + + An ``int``, the port to notify. + + .. attribute:: target + + A ``dns.name.Name``, the hostname of the notification receiver. + .. autoclass:: dns.rdtypes.ANY.EUI48.EUI48 :members: