Skip to content
/ godns Public

A minimalist recursive DNS server implementation

License

Notifications You must be signed in to change notification settings

guoard/godns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godns

This is a Go rewrite of the original dnsguide repository.

Getting Started

Follow these steps to run the DNS server and test it:

Run the DNS Server

Use the following command to start the DNS server:

go run main.go

The DNS server will listen on port 2053.

Test the DNS Server

You can test the DNS server by running the dig command with the following syntax:

dig @127.0.0.1 -p 2053 google.com

This command queries the DNS server running on your local machine (@127.0.0.1) on port 2053 for the IP address of google.com.

License

MIT

About

A minimalist recursive DNS server implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages