source: server/other/bind/bind-desc.xml@ 366e29e1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 366e29e1 was 366e29e1, checked in by Larry Lawrence <larry@…>, 22 years ago

add bind-9.2.2rc1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@122 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The BIND package contains
5<userinput>dig</userinput>,
6<userinput>host</userinput>,
7<userinput>rndc</userinput>,
8<userinput>rndc-confgen</userinput>,
9<userinput>named-checkconf</userinput>,
10<userinput>named-checkzone</userinput>,
11<userinput>lwresd</userinput>,
12<userinput>named</userinput>,
13<userinput>dnssec-signzone</userinput>,
14<userinput>dnssec-signkey</userinput>,
15<userinput>dnssec-keygen</userinput>,
16<userinput>dnssec-makekeyset</userinput> and
17<userinput>nsupdate</userinput>.</para>
18</sect2>
19
20<sect2><title>Description</title>
21
22<sect3><title>dig</title>
23<para>dig interrogates DNS servers.</para></sect3>
24<sect3><title>host</title>
25<para>host is a utility for DNS lookups.</para></sect3>
26<sect3><title>rndc</title>
27<para>rndc controls the operation of BIND.</para></sect3>
28<sect3><title>rndc-confgen</title>
29<para>rndc-confgen generates rndc.conf files.</para></sect3>
30<sect3><title>named-checkconf</title>
31<para>named-checkconf checks the syntax of named.conf
32files.</para></sect3>
33<sect3><title>named-checkzone</title>
34<para>named-checkzone checks zone file validity.</para></sect3>
35<sect3><title>lwresd</title>
36<para>lwresd is a caching-only name server for local process
37use.</para></sect3>
38<sect3><title>named</title>
39<para>named is the name server daemon.</para></sect3>
40<sect3><title>dnssec-signzone</title>
41<para>dnssec-signzone generates signed versions of zone
42files.</para></sect3>
43<sect3><title>dnssec-signkey</title>
44<para>dnssec-signkey signs zone file key sets.</para></sect3>
45<sect3><title>dnssec-keygen</title>
46<para>dnssec-keygen is a key generator for secure DNS.</para></sect3>
47<sect3><title>dnssec-makekeyset</title>
48<para>dnssec-makekeyset generates a key set from one or more keys
49created by dnssec-keygen.</para></sect3>
50<sect3><title>nsupdate</title>
51<para>nsupdate is used to submit DNS update requests.</para></sect3>
52</sect2>
53
Note: See TracBrowser for help on using the repository browser.