mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4d7307bda2
dns-hosts Take the forward DNS mapping and generate the /etc/hosts file. dns-ng Take the forward DNS mapping and generate the /etc/netgroup file. Submitted-by: Karl.Dietz@triplan.com PR: 8664
19 lines
557 B
Plaintext
19 lines
557 B
Plaintext
The dnsutl package is a bunch of programs I wrote to make
|
|
using DNS easier. These include:
|
|
|
|
dns-rev
|
|
Take the forward DNS mapping and generate the
|
|
reverse mapping.
|
|
|
|
dns-hosts
|
|
Take the forward DNS mapping and generate the
|
|
/etc/hosts file.
|
|
|
|
dns-ng
|
|
Take the forward DNS mapping and generate the
|
|
/etc/netgroup file.
|
|
|
|
All of these programs are both faster than shell scripts,
|
|
and more robust when faced with all the peculiar semantics
|
|
of DNS resource files.
|