back to all repositories

Repository: Zonemaster

The components developed as part of the Zonemaster project will help different types of users to check domain servers for configuration errors and generate a report that will enable to fix the errors.

The ambition of the Zonemaster project is to develop and maintain an open source DNS validation tool, offering better performance than the existing tools and provide extensive documentation which could be re-used by similar projects in the future.

Sources

The following sources are packaged in this repository.

Debian Packages

Supported Debian distributions are Jessie, Stretch and Sid.

Jessie

echo "deb http://jelu.github.io/zonemaster/debian jessie main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.zonemaster.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install zonemaster-cli

Stretch

echo "deb http://jelu.github.io/zonemaster/debian stretch main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.zonemaster.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install zonemaster-cli

Sid

echo "deb http://jelu.github.io/zonemaster/debian sid main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.zonemaster.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install zonemaster-cli

Ubuntu Packages

Packages for Ubuntu are provided by LaunchPad, add this PPA to your system to access the packages.

Supported Ubuntu distributions are Yakkety, Xenial, Trusty, and Precise.

sudo add-apt-repository ppa:jelu/zonemaster
sudo apt-get update
sudo apt-get install zonemaster-cli

Based on cover template for Bootstrap, by @mdo.