blob: 71950e4d794daf77237e1f083c04e0bb08671099 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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.
|