]> git.ipfire.org Git - thirdparty/dnspython.git/commit
SVCB and HTTPS support 568/head
authorBob Halley <halley@dnspython.org>
Fri, 7 Aug 2020 03:02:24 +0000 (20:02 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 8 Aug 2020 02:13:36 +0000 (19:13 -0700)
commit5891ac286ee4ba934738c94c7189ee2d868fcd3b
treedc20ec11eac1042c8c87f20730e7e886de0c29db
parent3aa0379a50c75647320edc9db190b4f27fb3c269
SVCB and HTTPS support
12 files changed:
dns/rdataset.py
dns/rdatatype.py
dns/rdtypes/IN/HTTPS.py [new file with mode: 0644]
dns/rdtypes/IN/SVCB.py [new file with mode: 0644]
dns/rdtypes/__init__.py
dns/rdtypes/svcbbase.py [new file with mode: 0644]
doc/whatsnew.rst
tests/example
tests/example1.good
tests/example2.good
tests/example3.good
tests/test_svcb.py [new file with mode: 0644]