mercandev / basic-dns-golang

A simple dns application with Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Dns Application

A simple dns application with golang. Querying only with IPv4.

1

How to use?

After running main.go, the following lookup query is entered into the terminal.

nslookup instagram.com 127.0.0.1

Response;

Server:         127.0.0.1
Address:        127.0.0.1#53

Name:   instagram.com
Address: 31.13.81.174

About

A simple dns application with Go.


Languages

Language:Go 100.0%