]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add DSYNC rdatatype support (#1185)
authorPeter Thomassen <4242683+peterthomassen@users.noreply.github.com>
Sun, 30 Mar 2025 18:45:58 +0000 (20:45 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Mar 2025 18:45:58 +0000 (11:45 -0700)
commitaf5cc101a40ebab31453e240bc201cf989328784
tree184a77f1f6cd7328f7891c58ba3aec0dffa2de78
parent11c84dca9a66da770d5a9623d9e8f2eb397fa1f6
Add DSYNC rdatatype support (#1185)

Add DSYNC rdatatype support.
dns/rdatatype.py
dns/rdtypes/ANY/DSYNC.py [new file with mode: 0644]
dns/rdtypes/ANY/__init__.py
tests/example
tests/example1.good
tests/example2.good
tests/example3.good
tests/example4.good
tests/test_rdata.py