We will go over how to install dns-tools on Windows, OSX or Linux.

Windows

  1. Download the installer by following the instructions here.
  2. Double click on the file to open it and proceed with the installation. You should be prompted with the license agreement.
  3. Once complete the Readme will be displayed. Once you are ready open a new terminal and type dns-tools to get started!

OSX

  1. Download the installer by following the instructions here.
  2. Double click on the file to extract it. Alternatively, open a terminal and navigate to the downloaded file and run tar zxf dns-tools-0.6.0-linux-x86_64.tar.gz to extract the file.
  3. In a terminal navigate to the newly created directory, cd dns-tools-0.6.0-linux-x86_64.
  4. Run the installation script, ./install_dns_tools.sh. Follow the prompts and it will install.
  5. Close and reopen your terminal and run dns-tools to get started!

Linux

  1. Download the installer by following the instructions here.
  2. Right click on the file and click Extract…. Alternatively, open a terminal and navigate to the downloaded file and run tar zxf dns-tools-0.6.0-linux-x86_64.tar.gz to extract the file.
  3. In a terminal navigate to the newly created directory, cd dns-tools-0.6.0-linux-x86_64.
  4. Run the installation script, ./install_dns_tools.sh. Follow the prompts and it will install.
  5. Close and reopen your terminal and run dns-tools to get started!