A toy DNS resolver, inspired by Implement DNS in a weekend by Julia Evans.
demo.mp4
Install Nix on your system, then run nix build
to build the package.
The resulting application can be run from result/bin/dinosaur
.
With direnv
installed, you can run direnv allow
to set up a new shell containing all the development tools.
Add the import to your .go
file, then run go mod tidy
to trigger an update of the go.mod
file.
Update the gomod2nix.toml
and Nix store using gomod2nix generate
.