How to download and setup dns
Open terminal and run command
git clone https://github.com/miekg/dns.git
git clone is used to create a copy or clone of dns repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with dns https://github.com/miekg/dns/archive/master.zip
Or simply clone dns with SSH
[email protected]:miekg/dns.git