2020-12-13 16:33:44 +01:00
|
|
|
# doggo - Initial Release Milestone
|
2020-12-10 10:39:05 +01:00
|
|
|
|
|
|
|
## 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
|
2020-12-13 16:33:44 +01:00
|
|
|
- [ ] Test IPv6/IPv4 only options
|
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-13 13:19:10 +01:00
|
|
|
- [ ] Error on NXDomain (Realted upstream [bug](https://github.com/miekg/dns/issues/1198))
|
2020-12-13 16:33:44 +01:00
|
|
|
- [ ] Support all DNS records?
|
|
|
|
- [x] Major records supported
|
2020-12-10 10:39:05 +01:00
|
|
|
|
|
|
|
## CLI Features
|
|
|
|
- [ ] `digfile`
|
2020-12-13 16:33:44 +01:00
|
|
|
- [ ] `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-13 16:33:44 +01:00
|
|
|
- [x] Parsing options free-form
|
2020-12-13 13:19:10 +01:00
|
|
|
- [x] Remove urfave/cli in favour of `flag`
|
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
|
2020-12-13 16:33:44 +01:00
|
|
|
- [ ] Custom Help Text
|
|
|
|
- [x] Add examples
|
|
|
|
- [ ] Colorize
|
|
|
|
- [ ] Add different commands
|
2020-12-13 08:15:45 +01:00
|
|
|
- [x] Add client transport options
|
2020-12-13 17:00:54 +01:00
|
|
|
- [x] Fix an issue while loading free form args, where the same records are being added twice
|
2020-12-11 11:35:16 +01:00
|
|
|
|
2020-12-10 10:39:05 +01:00
|
|
|
## Tests
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2020-12-13 16:33:44 +01:00
|
|
|
- [ ] Mkdocs init project
|
|
|
|
- [ ] Custom Index (Landing Page)
|
|
|
|
|
2020-12-10 10:39:05 +01:00
|
|
|
## Release Checklist
|
2020-12-13 13:19:10 +01:00
|
|
|
- [ ] Goreleaser
|
|
|
|
- [ ] Snap
|
|
|
|
- [ ] Homebrew
|
|
|
|
- [ ] ARM
|
|
|
|
|
2020-12-13 16:33:44 +01:00
|
|
|
|
|
|
|
## v1.0
|
|
|
|
|
|
|
|
- [ ] Support obscure protocal tweaks in `dig`
|