fcelda / go-dns-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS Workshop with Go

Requirements

Go version with modules support.

Quick Start

Clone the repository and download module dependencies:

$ cd ~/devel
$ git clone https://github.com/fcelda/go-dns-workshop
$ cd go-dns-workshop
$ go mod download

Build and start the server:

$ go build ./cmd/server
$ ./server

Build and test the client:

$ go build ./cmd/client
$ ./client -name hello.test -type TXT

Resources

Documentation:

DNS protocol specification:

About

License:The Unlicense


Languages

Language:Go 100.0%