feat: add support for tcp, dot

This commit is contained in:
Karan Sharma 2020-12-12 13:16:45 +05:30
parent 8bcd940685
commit 0aa3b36b35
6 changed files with 48 additions and 22 deletions

View file

@ -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`