# ding
Fast DNS resolver written in Rust.
## Status
Early development. Nothing works yet.
## TODO
- [ ] Linux Support
- [ ] Mac Support
- [ ] Windows Support
- [x] Basic DNS query
- [x] Parse responses
- [x] Support A, AAAA records
- [ ] Add caching
- [ ] CLI interface
- [ ] Config file support
- [x] Multiple nameservers
- [ ] Parallel queries
- [ ] DNSSEC validation
- [ ] DoH/DoT support
## Maybe Later
- [ ] DNS server mode
- [ ] Zone transfers
- [ ] Prometheus metrics
- [ ] Web UI
## License
MIT