hostdb

Generate DNS zones and DHCP configuration from hostlist.txt

brewmacoslinux
Try with needOr install directly
Source

About

Generate DNS zones and DHCP configuration from hostlist.txt

Commands

hostdb

Examples

Generate DNS zone file from hostlist.txt$ hostdb -z hostlist.txt > zone.db
Generate DHCP configuration from hostlist.txt$ hostdb -d hostlist.txt > dhcp.conf
Generate both DNS and DHCP configs with custom domain$ hostdb -z -d -domain example.com hostlist.txt