Installation
Building
To get atomdns you have to build it from source. We have not yet distribute packages for the different OSes.
Building From Source
If you don’t have Go, or not the latest version of Go, following the Go installation guide.
Once you have working go binary, you clone the atomdns repository and use “go build” to build the binary.
mkdir src; cd srcgit clone https://codeberg.org/miekg/dnscd dns/cmd/atomdnsgo build
If you want a fully static binary use CGO_ENABLED=0 go build.
Testing
This should have yielded a atomdns binary. Check for instance the version and list all compiled handlers.
Or
Next we continue with the configuration.