From cd4dac5f5986ca796b75dc34abbef3ff2eca2ccb Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 23 Aug 2014 07:52:34 +0100 Subject: [PATCH] update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b14fae1..11d46849 100644 --- a/README.md +++ b/README.md @@ -128,11 +128,9 @@ Example programs can be found in the `github.com/miekg/exdns` repository. ## TODO -* Support for on-the-fly-signing or check how to do it; -* Ratelimiting? server side (RRL); -* Make a srv.Shutdown() that stops the server; * privatekey.Precompute() when signing? -* Last remaining RRs: APL, ATMA, A6, KEY, SIG and NXT; +* Last remaining RRs: APL, ATMA, A6 and NXT; * CAA parsing is broken; * Replies with TC bit are not parsed to the end. * SIG(0) +* Make tests run faster by removing the time.Sleep()s