macOS
brew install hostdblocal Homebrew formula metadata
brew
Generate DNS zones and DHCP configuration from hostlist.txt. Version 1.004 via Homebrew; verified from local package data.
install
brew install hostdblocal Homebrew formula metadata
overview
Generate DNS zones and DHCP configuration from hostlist.txt
history
HostDB is a DNS and DHCP generation system built around a plain-text host database. The project predates modern infrastructure-as-code branding but follows the same practical idea: keep host data in a readable source file, generate BIND zone files and ISC DHCP configuration, and deploy generated artifacts repeatably.
The archived project and bundled documentation identify HostDB as a complete system rather than a single script. The source archive includes generators such as `mkzones`, `mknamedconf`, `zone2hostdb`, `genrange`, comparison helpers, example configurations, and a `hostdb.txt` data model.
The LISA 2005 paper by Thomas Limoncelli describes HostDB as a system for generating DNS zone files, BIND configurations, and ISC DHCP server configurations. It emphasizes simplicity: no SQL database or web server, just text input, generation scripts, and deployable output.
HostDB's adoption appears to be mostly historical and system-administrator oriented. Its Google Code archive and Homebrew formula preserve it for users who want the original toolchain or need to inspect an older text-driven network-configuration workflow.
A HostDB workflow starts from a host database text file and supporting zone/destination configuration. The packaged executables generate zones, named configuration, DHCP output, root-cache checks, and conversion helpers, with examples included in the source archive.
The package is most relevant in environments where DNS/DHCP data should be generated from source-controlled text, but where running a database-backed IPAM system would be excessive.
HostDB is a preserved sysadmin artifact: small scripts, text files, and generated network configuration. For package nerds, it marks an older branch of infrastructure automation that sits between hand-edited zone files and heavyweight IPAM/configuration-management systems.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
hostlist.txtexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
Example_comparezones | cli | global executable | |
NIdhcpupdate | cli | global executable | |
canonzone | cli | global executable | |
catif | cli | global executable | |
checkrootcache | cli | global executable | |
copy-if-change | cli | global executable | |
genrange | cli | global executable | |
mergeiplists | cli | global executable | |
mkdestinations | cli | global executable | |
mknamedconf | cli | global executable | |
mkzones | cli | global executable | |
sortbyip | cli | global executable | |
zone2hostdb | cli | global executable | |
zone2hostdbhelper | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://code.google.com/archive/p/hostdb/
install metadata
| Package key | brew:hostdb |
|---|---|
| Version | 1.004 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hostdb |
| Homepage | https://code.google.com/archive/p/hostdb/ |
| Repository | https://code.google.com/archive/p/hostdb/source |
| Upstream docs | https://code.google.com/archive/p/hostdb |
| License | GPL-2.0-or-later |
| Source archive | https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hostdb/hostdb-1.004.tgz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hostdb |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.