From 0e195fd9a7798cfdb83bfb98aab597f99cd8dd23 Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Wed, 24 Feb 2021 23:35:58 +0530 Subject: [PATCH] chore: update TODO --- TODO.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index a2643b4..b76478c 100644 --- a/TODO.md +++ b/TODO.md @@ -55,16 +55,13 @@ - [ ] Support obscure protocol tweaks in `dig` - [ ] Read from file with `-f` -- [ ] Support more DNS Record Types +- [x] Support more DNS Record Types - [ ] Shell completions - [ ] bash - [ ] zsh - [ ] fish -- [ ] Support non RFC Compliant DOH Google response (_ugh_) - [ ] Add tests for Resolvers. - [ ] Add tests for CLI Output. -- [ ] Mkdocs init project - - [ ] Custom Index (Landing Page) - [ ] Homebrew - Goreleaser - [x] Separate Authority/Answer in JSON output. - [x] Error on NXDomain (Related upstream [bug](https://github.com/miekg/dns/issues/1198))