Categorygithub.com/kmuju/goDNS
repository
0.0.0-20240704133936-df314be8ec98
Repository: https://github.com/kmuju/godns.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

DNS Resolver in go

This is a simple dns resolver

Inspired by coding challenges

Restrictions

For now it will only send one question per query even when multiple is provided to the binary

Usage

Run binary with the domain as the argument

EXAMPLE:

./goDNS domain1.com domain2.org