# IPv6 DNS Client This CLI tool is a simple IPv6 DNS lookup client. It simply looks up `AAAA` records. I wrote it to play around with a few crates, like `ctrlc`, `inquire`, `hickory-resolver`, and `colored`. Type `q` in the input to exit the program. ## Installation To install the IPv6 CLI tool: ``` cargo install ipv6 ``` ## Links - [Website](https://trevorsullivan.net) - [YouTube](https://youtube.com/trevorsullivan) - [Twitter](https://twitter.com/pcgeek86) - [LinkedIn](https://www.linkedin.com/in/trevorsull/)