Categorygithub.com/FranChesK0/dns-resolver
repository
0.0.0-20241010163432-fe748ae26c89
Repository: https://github.com/franchesk0/dns-resolver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

DNS Resolver


Simple DNS resolver written in Go.

Installation


Clone the repository

git clone https://github.com/FranChesK0/dns-resolver.git

Build app

make

Usage


./dns-resolver google.com

It is also possible to resolve multiple domains

./dns-resolver google.com youtube.com

You can specify name server that is using for resolving (default is 77.240.157.30)

./dns-resolver google.com --name-server 204.106.240.53