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-10 10:39:05 +01:00
|
|
|
- [ ] 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
|
|
|
|
- [ ] Parse output into separate fields
|
2020-12-10 10:39:05 +01:00
|
|
|
|
|
|
|
## CLI Features
|
|
|
|
- [ ] `digfile`
|
|
|
|
- [ ] `ndots` support
|
|
|
|
- [ ] `search path` support
|
|
|
|
- [ ] JSON output
|
|
|
|
- [ ] Colorized output
|
|
|
|
- [ ] Table output
|
|
|
|
|
|
|
|
## 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
|
|
|
|
- [ ] Output
|
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
|