feat: Add support for multiple resolvers
This commit is contained in:
parent
80d43011f8
commit
b46b64c1ae
13 changed files with 332 additions and 226 deletions
13
TODO.md
13
TODO.md
|
@ -11,6 +11,9 @@
|
|||
- [x] Add DOT support
|
||||
- [x] Add DNS protocol on TCP mode support.
|
||||
- [x] Major records supported
|
||||
- [x] Support multiple resolvers
|
||||
- [x] Take multiple transport options and initialise resolvers accordingly.
|
||||
- [ ] Add timeout support
|
||||
|
||||
## CLI Features
|
||||
- [x] `ndots` support
|
||||
|
@ -37,7 +40,9 @@
|
|||
|
||||
- [ ] Don't abuse Hub as global. Refactor methods to be independent of hub.
|
||||
- [ ] Add meaningful comments where required.
|
||||
|
||||
- [ ] Meaningful error messages
|
||||
- [ ] Better debug logs
|
||||
- [ ]
|
||||
## Tests
|
||||
- [ ] Add tests for Command Line Usage.
|
||||
|
||||
|
@ -55,9 +60,15 @@
|
|||
- [ ] Homebrew
|
||||
- [ ] ARM
|
||||
- [ ] Docker
|
||||
|
||||
---
|
||||
## Future Release
|
||||
|
||||
- [ ] Support obscure protocal tweaks in `dig`
|
||||
- [ ] `digfile`
|
||||
- [ ] Support more DNS Record Types
|
||||
- [ ] Error on NXDomain (Realted upstream [bug](https://github.com/miekg/dns/issues/1198))
|
||||
- [ ] Shell completions
|
||||
- [ ] bash
|
||||
- [ ] zsh
|
||||
- [ ] fish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue