Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / djbdns / DESCR
blob44d261f98e5285b34201b4c2de1529df49059c8e
1 djbdns is a collection of Domain Name System tools. It includes
2 software for all the fundamental DNS operations:
4 * DNS cache: finding addresses of Internet hosts. When a browser
5   wants to contact www.hotwired.com, it first asks a DNS cache,
6   such as djbdns's dnscache, to find the IP address of www.hotwired.com.
7   Internet service providers run dnscache to find IP addresses
8   requested by their customers. If you're running a home computer
9   or a workstation, you can run your own dnscache to speed up your
10   web browsing.
12 * DNS server: publishing addresses of Internet hosts. The IP address
13   of www.hotwired.com is published by HotWired's DNS servers. djbdns
14   includes a general-purpose DNS server, tinydns; network administrators
15   run tinydns to publish the IP addresses of their computers. djbdns
16   also includes special-purpose servers for publishing DNS walls
17   and RBLs.
19 * DNS client: talking to a DNS cache. djbdns includes a DNS client
20   C library and several command-line DNS client utilities. Programmers
21   use these tools to send requests to DNS caches.
23 djbdns also includes several DNS debugging tools, notably dnstrace,
24 which administrators use to diagnose misconfigured remote servers.