summaryrefslogtreecommitdiff
path: root/third_party/dnspython/TODO
blob: 59ce1be1cee8da32fb06d0e99f362a783c9d8c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Tutorial documentation

More examples

It would be nice to have a tokenizer that used regular expressions
because it would be faster.

Teach the resolver about DNAME (right now it relies on the server adding
synthesized CNAMEs)

Add TKEY support.

TSIG works, but needs cleaning up -- probably better encapsulation of
TSIG state to make things much simpler and easier to use.

Pickling support.