feat: Add support for reverse DNS lookups

Closes https://github.com/mr-karan/doggo/issues/25
This commit is contained in:
Karan Sharma 2021-06-25 17:25:04 +05:30
parent e5acf1214c
commit 9e3656fae9
5 changed files with 36 additions and 3 deletions

View file

@ -32,6 +32,7 @@ to experiment with writing a DNS Client from scratch in `Go` myself. Hence the n
- Supports IPv4 **and** IPv6 _both_.
- Available as a web tool as well: [https://doggo.mrkaran.dev](https://doggo.mrkaran.dev).
- Shell completions for `zsh` and `fish`.
- Reverse DNS Lookups.
## Installation