ldns-config
header files
Install
- All systems
-
curl cmd.cat/ldns-config.sh
- Debian
-
apt-get install ldnsutils
- Ubuntu
-
apt-get install libldns-dev
- Alpine
-
apk add ldns
- Arch Linux
-
pacman -S ldns
- Kali Linux
-
apt-get install ldnsutils
- CentOS
-
yum install ldns-devel
- Fedora
-
dnf install ldns-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libldns-dev
- OS X
-
brew install ldns
- Raspbian
-
apt-get install libldns-dev
- Dockerfile
- dockerfile.run/ldns-config
- Docker
-
docker run cmd.cat/ldns-config ldns-config
powered by Commando
ldns-devel
header files
libldns-dev
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 development libraries and headers.
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.
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.