macOS
brew install ldnslocal Homebrew formula metadata
sudo port install ldnsMacPorts ports tree · net/ldns/Portfile · ソース: api.github.com
brew
ldns のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ldnslocal Homebrew formula metadata
sudo port install ldnsMacPorts ports tree · net/ldns/Portfile · ソース: api.github.com
sudo apk add ldnsAlpine Linux edge package indexes · ldns · ソース: dl-cdn.alpinelinux.org
sudo dnf install ldnsFedora Rawhide package metadata · ldns · ソース: dl.fedoraproject.org
nix profile install nixpkgs#ldnsnixpkgs package indexes · pkgs/by-name/ld/ldns/package.nix · ソース: api.github.com
sudo pacman -S ldnsArch Linux sync databases · ldns · ソース: geo.mirror.pkgbuild.com
sudo zypper install ldnsopenSUSE Tumbleweed package metadata · ldns · ソース: download.opensuse.org
sudo apt install ldnsutilsDebian stable package indexes · ldnsutils · ソース: deb.debian.org
概要
DNS library written in C
履歴
ldns is NLnet Labs' C library for DNS and DNSSEC programming, accompanied by command-line tools such as drill and many DNSSEC utilities. NLnet Labs describes its goal as simplifying DNS programming in C while supporting low-level DNS and DNSSEC operations.
The project appeared in 2005 during the period when DNSSEC tooling was maturing. Its changelog records a first usable 0.50 release in May 2005, an online repository in June 2005, and a 1.0.0 release in October 2005 that added drill to ldns, zonefile parsing, an experimental signer, and a BSD license.
ldns evolved into both a library and a toolbox. Drill, originally important enough that documentation says part of ldns was derived from it, became included in ldns releases from version 1.0.0 onward. The examples directory grew into a collection of practical DNSSEC and zone tools, including signers, validators, key helpers, and packet utilities.
Later releases tracked DNS standards work. The changelog records additions such as NSEC3-related utilities, DANE support in 2012, SVCB/HTTPS support in the 1.8 series, and newer resource-record handling in the 1.9 series. NLnet Labs stated that ldns entered maintenance mode in 2020, with ongoing fixes and occasional experimental use rather than broad feature expansion.
ldns gained adoption among DNS implementers, operators, and package maintainers because it offered a C API plus ready-to-run diagnostic tools. Distribution packaging reflects that split: some systems package the tools as ldnsutils or drill while others package the library and tools together.
The project also became a bridge between DNS research and production packaging. NLnet Labs explicitly notes use for proof-of-concept work around Internet Drafts, while the maintained command-line tools made it useful for operators who needed DNSSEC-aware zone inspection, signing, verification, and query tracing.
Developers use the library through ldns structures such as resource records, packets, zones, and resolvers. Command-line users most often encounter drill as a dig-like DNS inspection tool and the ldns-* utilities for DNSSEC key, zone, signing, walking, comparison, and verification workflows.
The documentation stresses OpenSSL-backed cryptographic features, optional builds without OpenSSL, IPv4/IPv6 support, TSIG, DNSSEC signing and verification, manual pages, and API documentation.
ldns matters to package nerds because it is a compact DNSSEC lab in package form: a C library, a resolver/query tool, many small executables, optional crypto features, Python bindings, and a long changelog tied to RFC and draft support. It is also a good example of an upstream declaring a maintenance-mode successor path while keeping old Unix packages useful.
NLnet Labs names the Rust domain library as the natural successor to the ldns library, dnst as drop-in replacements for common example utilities, and dnsi as a reimagined DNS inspection tool. That makes ldns a legacy-but-alive package with clear lineage into newer NLnet Labs DNS tooling.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ldns-chaos | cli | グローバル実行可能ファイル | |
ldns-compare-zones | cli | グローバル実行可能ファイル | |
ldns-config | cli | グローバル実行可能ファイル | |
ldns-dane | cli | グローバル実行可能ファイル | |
ldns-dpa | cli | グローバル実行可能ファイル | |
ldns-gen-zone | cli | グローバル実行可能ファイル | |
ldns-key2ds | cli | グローバル実行可能ファイル | |
ldns-keyfetcher | cli | グローバル実行可能ファイル | |
ldns-keygen | cli | グローバル実行可能ファイル | |
ldns-mx | cli | グローバル実行可能ファイル | |
ldns-notify | cli | グローバル実行可能ファイル | |
ldns-nsec3-hash | cli | グローバル実行可能ファイル | |
ldns-read-zone | cli | グローバル実行可能ファイル | |
ldns-resolver | cli | グローバル実行可能ファイル | |
ldns-revoke | cli | グローバル実行可能ファイル | |
ldns-rrsig | cli | グローバル実行可能ファイル | |
ldns-signzone | cli | グローバル実行可能ファイル | |
ldns-test-edns | cli | グローバル実行可能ファイル | |
ldns-testns | cli | グローバル実行可能ファイル | |
ldns-update | cli | グローバル実行可能ファイル | |
ldns-verify-zone | cli | グローバル実行可能ファイル | |
ldns-version | cli | グローバル実行可能ファイル | |
ldns-walk | cli | グローバル実行可能ファイル | |
ldns-zcat | cli | グローバル実行可能ファイル | |
ldns-zsplit | cli | グローバル実行可能ファイル | |
ldnsd | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://nlnetlabs.nl/projects/ldns/
インストールメタデータ
| パッケージキー | brew:ldns |
|---|---|
| バージョン | 1.9.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ldns |
| ホームページ | https://nlnetlabs.nl/projects/ldns/ |
| リポジトリ | https://github.com/NLnetLabs/ldns |
| 上流ドキュメント | https://nlnetlabs.nl/documentation/ldns |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://nlnetlabs.nl/downloads/ldns/ldns-1.9.2.tar.gz |
| 最終更新 | 2026-06-22T14:05:09-07:00 |
| Pulse | updated |
| 依存関係 | openssl@3, python@3.14 |
| ビルド依存関係 | swig |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ldns |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
ldnsutils 1.8.4-2+b1
ldns library for DNS programming - tools (includes drill tool)
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install ldnsutilslibldns-dev 1.8.4-2+b1
ldns library for DNS programming - development files
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install libldns-devlibldns3t64 1.8.4-2+b1
ldns library for DNS programming - shared library
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install libldns3t64python3-ldns 1.8.4-2+b1
ldns library for DNS programming - Python3 bindings
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install python3-ldnsldns
nix profile install nixpkgs#ldnsldnsutils 1.8.3-2build1
ldns library for DNS programming - tools (includes drill tool)
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install ldnsutilslibldns-dev 1.8.3-2build1
ldns library for DNS programming - development files
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install libldns-devlibldns3t64 1.8.3-2build1
ldns library for DNS programming - shared library
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install libldns3t64python3-ldns 1.8.3-2build1
ldns library for DNS programming - Python3 bindings
https://www.nlnetlabs.nl/projects/ldns/about/
sudo apt install python3-ldnsdrill 1.8.4-r1
DNS(SEC) query tool ala dig
https://nlnetlabs.nl/projects/ldns/
sudo apk add drillldns 1.8.4-r1
Lowlevel DNS(SEC) library
https://nlnetlabs.nl/projects/ldns/
sudo apk add ldnsldns-dev 1.8.4-r1
Lowlevel DNS(SEC) library (development files)
https://nlnetlabs.nl/projects/ldns/
sudo apk add ldns-devldns-doc 1.8.4-r1
Lowlevel DNS(SEC) library (documentation)
https://nlnetlabs.nl/projects/ldns/
sudo apk add ldns-docldns-static 1.8.4-r1
Lowlevel DNS(SEC) library (static library)
https://nlnetlabs.nl/projects/ldns/
sudo apk add ldns-staticldns-tools 1.8.4-r1
ldns example tools
https://nlnetlabs.nl/projects/ldns/
sudo apk add ldns-toolsldns 1.9.0-8.fc45
Low-level DNS(SEC) library with API
https://www.nlnetlabs.nl/ldns/
sudo dnf install ldnsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.