Skip to content

worldofprasanna/dns_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS Server

Simple DNS Server in go.

Installation steps

Make sure your have installed golang > 1.11 (for go mod to work properly) ./bin/install

To test the DNS Server

Start the dns server locally, using command ./bin/run

use nslookup to fetch the A records, using command nslookup google.com localhost -port=1053

Benchmark test

To run the benchmark for measuring the performance go test -bench=.

About

Simple DNS Server in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages