Skip to content

fcelda/go-dns-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a21edc3 · Feb 27, 2023

History

6 Commits
Jul 24, 2019
Jul 15, 2019
Jul 25, 2019
Jul 25, 2019
Feb 27, 2023

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages