This project is a simple DNS resolver written in Go. It aims to resolve domain names to their corresponding IP addresses, providing a basic yet functional DNS resolver implementation. This project serves as an educational tool to understand the intricacies of DNS resolution and Go's network programming capabilities.
- DNS Resolution: Resolve domain names to IP addresses.
- Go: The entire project is implemented in the Go programming language.
-
Clone the repository:
git clone https://github.com/yourusername/GoDNSResolver.git cd GoDNSResolver -
Build the project:
make