feat: add support for tcp, dot
This commit is contained in:
parent
8bcd940685
commit
0aa3b36b35
6 changed files with 48 additions and 22 deletions
6
TODO.md
6
TODO.md
|
@ -2,10 +2,14 @@
|
|||
|
||||
## Resolver
|
||||
- [x] Create a DNS Resolver struct
|
||||
- [ ] Add methods to initialise the config, set defaults
|
||||
- [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] Add DOH support
|
||||
- [x] Add DOT support
|
||||
- [x] Add DNS protocol on TCP mode support.
|
||||
|
||||
## CLI Features
|
||||
- [ ] `digfile`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue