feat: ndots and search list support

This commit is contained in:
Karan Sharma 2020-12-13 12:45:45 +05:30
parent 7df12b2229
commit d9715b1932
10 changed files with 199 additions and 82 deletions

18
TODO.md
View file

@ -5,26 +5,26 @@
- [x]] Add methods to initialise the config, set defaults
- [x] Add a resolve method
- [x] Make it separate from Hub
- [ ] Parse output into separate fields
- [ ] Test UDP6
- [x] Parse output into separate fields
- [ ] Test IPv6
- [x] Add DOH support
- [x] Add DOT support
- [x] Add DNS protocol on TCP mode support.
## CLI Features
- [ ] `digfile`
- [ ] `ndots` support
- [ ] `search path` support
- [ ] JSON output
- [ ] Colorized output
- [ ] Table output
- [x] `ndots` support
- [x] `search path` support
- [x] JSON output
- [x] Colorized output
- [x] Table output
## CLI Grunt
- [x] Query args
- [x] Neatly package them to load args in different functions
- [x] Upper case is not mandatory for query type/classes
- [ ] Output
- [ ] Add client transport options
- [x] Output
- [x] Add client transport options
## Tests