ldns-signzone
ldns library for DNS programming
Install
- All systems
-
curl cmd.cat/ldns-signzone.sh
- Debian
-
apt-get install ldnsutils
- Ubuntu
-
apt-get install ldnsutils
- Alpine
-
apk add ldns
- Arch Linux
-
pacman -S ldns
- Kali Linux
-
apt-get install ldnsutils
- CentOS
-
yum install ldns
- Fedora
-
dnf install ldns-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ldnsutils
- OS X
-
brew install ldns
- Raspbian
-
apt-get install ldnsutils
- Dockerfile
- dockerfile.run/ldns-signzone
- Docker
-
docker run cmd.cat/ldns-signzone ldns-signzone
powered by Commando
ldnsutils
ldns library for DNS programming
The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. This package contains various client programs related to DNS that are based on top of libldns library and DRILL tool which is similar to dig. These tools were designed with DNSSEC in mind and are useful for DNS and DNSSEC testing and debugging.
ldns-utils
DNS(SEC) utilities for querying dns
ldns
ldns is a library with the aim to simplify DNS programming in C.
All low-level DNS/DNSSEC operations are supported. We also define a higher level API which allows a programmer to (for instance) create or sign packets.