diff --git a/README.md b/README.md index 80a269ca..18b8a4e6 100644 --- a/README.md +++ b/README.md @@ -121,3 +121,12 @@ Example programs can be found in the `github.com/miekg/exdns` repository. * `NSD` * `Net::DNS` * `GRONG` + +## TODO + +* Support for on-the-fly-signing or check how to do it; +* Ratelimiting? server side (RRL); +* Make a srv.Stop() that stops the server; +* privatekey.Precompute() when signing? +* Last remaining RRs: APL, ATMA, A6, KEY, SIG and NXT; +* CAA parsing is broken. diff --git a/TODO.md b/TODO.md deleted file mode 100644 index de03ff76..00000000 --- a/TODO.md +++ /dev/null @@ -1,13 +0,0 @@ -# TODO - -* Support for on-the-fly-signing or check how to do it; -* Ratelimiting? server side (RRL). -* Make a srv.Stop() that stops the server. - -## Nice to have - -* Speed, we can always go faster. A simple reflect server now hits 75/80K qps on - moderate hardware; -* privatekey.Precompute() when signing? -* Last remaining RRs: APL, ATMA, A6, KEY, SIG and NXT; -* CAA parsing is broken.