fyfey / go-dns

DNS Server written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-dns

A simple dns server written in Go.

This project is purely to learn how DNS works at a protocol level, and to play with Go.

Run

go run .

Run a query against the server:

dig fyfe.io @localhost -p 1234

Run unit tests

go test ./...

About

DNS Server written in Go


Languages

Language:Go 100.0%