2020-12-10 10:39:05 +01:00
|
|
|
# doggo - v1.0 Milestone
|
|
|
|
|
|
|
|
## Resolver
|
2020-12-10 17:14:04 +01:00
|
|
|
- [x] Create a DNS Resolver struct
|
2020-12-12 08:46:45 +01:00
|
|
|
- [x]] Add methods to initialise the config, set defaults
|
2020-12-10 17:14:04 +01:00
|
|
|
- [x] Add a resolve method
|
|
|
|
- [x] Make it separate from Hub
|
2020-12-13 08:15:45 +01:00
|
|
|
- [x] Parse output into separate fields
|
|
|
|
- [ ] Test IPv6
|
2020-12-12 08:46:45 +01:00
|
|
|
- [x] Add DOH support
|
|
|
|
- [x] Add DOT support
|
|
|
|
- [x] Add DNS protocol on TCP mode support.
|
2020-12-10 10:39:05 +01:00
|
|
|
|
|
|
|
## CLI Features
|
|
|
|
- [ ] `digfile`
|
2020-12-13 08:15:45 +01:00
|
|
|
- [x] `ndots` support
|
2020-12-13 09:26:38 +01:00
|
|
|
- [x] `search list` support
|
2020-12-13 08:15:45 +01:00
|
|
|
- [x] JSON output
|
|
|
|
- [x] Colorized output
|
|
|
|
- [x] Table output
|
2020-12-10 10:39:05 +01:00
|
|
|
|
|
|
|
## CLI Grunt
|
2020-12-10 17:14:04 +01:00
|
|
|
- [x] Query args
|
|
|
|
- [x] Neatly package them to load args in different functions
|
|
|
|
- [x] Upper case is not mandatory for query type/classes
|
2020-12-13 08:15:45 +01:00
|
|
|
- [x] Output
|
|
|
|
- [x] Add client transport options
|
2020-12-11 11:35:16 +01:00
|
|
|
|
2020-12-10 10:39:05 +01:00
|
|
|
## Tests
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
## Release Checklist
|
|
|
|
- [ ] Add packages to all package managers
|
|
|
|
- [ ] Snap
|
|
|
|
- [ ] Homebrew
|
|
|
|
- [ ] Alpine Linux
|
|
|
|
- [ ] ARM support too
|