source: server/major/bind.xml@ 73ded0c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 73ded0c was 73ded0c, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

BIND-9.10.1-P2: revert /srv/named/etc/namedb to /etc/namedb.

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

  • Property mode set to 100644
File size: 22.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY bind-download-http " ">
8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
9 <!ENTITY bind-md5sum "2ca3474c5cefebbbeea32710b048cd1c">
10 <!ENTITY bind-size "8.0 MB">
11 <!ENTITY bind-buildsize "102 MB (additional 43 MB to run the test suite)">
12 <!ENTITY bind-time "1.1 SBU (additional 16 minutes, processor independent, to run the complete test suite)">
13]>
14
15<sect1 id="bind" xreflabel="BIND-&bind-version;">
16 <?dbhtml filename="bind.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>BIND-&bind-version;</title>
24
25 <indexterm zone="bind">
26 <primary sortas="a-BIND">BIND</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to BIND</title>
31
32 <para>The <application>BIND</application> package provides a DNS server
33 and client utilities. If you are only interested in the utilities, refer
34 to the <xref linkend="bind-utils"/>.</para>
35
36 &lfs76_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&bind-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&bind-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &bind-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &bind-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &bind-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &bind-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Optional patch (if net-tools is not installed):
64 <ulink
65 url="&patch-root;/bind-&bind-version;-use_iproute2-1.patch"/></para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">BIND Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional">
73 <xref linkend="libcap-pam"/>,
74 <xref linkend="libxml2"/>,
75 <xref linkend="mitkrb"/>, and
76 <xref linkend="openssl"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional database backends</bridgehead>
80 <para role="optional">
81 <xref linkend="postgresql"/>,
82 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
83 <xref linkend="db"/>,
84 <xref linkend="openldap"/>, and
85 <xref linkend="unixodbc"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
89 <para role="optional">
90 <xref linkend="perl-net-dns"/> and
91 <xref linkend="net-tools"/> (you may omit net-tools by using the optional
92 patch to utilize iproute2, but the IPv6 tests will fail)
93 </para>
94
95 <bridgehead renderas="sect4">Optional (to rebuild the documentation)</bridgehead>
96 <para role="optional">
97 <xref linkend="doxygen"/>,
98 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
99 <xref linkend="libxslt"/>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/bind"/></para>
104
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of BIND</title>
109
110 <para>If you have chosen not to install net-tools, apply the iproute2
111 patch with the following command:</para>
112
113<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
114
115 <para>Install <application>BIND</application> by running the
116 following commands:</para>
117
118<screen><userinput>./configure --prefix=/usr \
119 --sysconfdir=/etc \
120 --localstatedir=/var \
121 --mandir=/usr/share/man \
122 --enable-threads \
123 --with-libtool \
124 --disable-static \
125 --with-randomdev=/dev/urandom &amp;&amp;
126make</userinput></screen>
127
128 <para>Issue the following commands to run the complete suite of tests.
129 First, as the <systemitem class="username">root</systemitem> user, set up
130 some test interfaces:</para>
131
132 <note><para>If IPv6 is not enabled in the kernel, there will be several
133 error messages: "RTNETLINK answers: Operation not permitted". These
134 messages do not afffect the tests.</para></note>
135
136<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
137
138 <para>As an unprivileged user, remove some tests that fail:</para>
139
140<screen><userinput>sed -e 's/ecdsa //' \
141 -e 's/tsiggss //' \
142 -i bin/tests/system/conf.sh</userinput></screen>
143
144 <para>Now run the test suite as an unprivileged user:</para>
145
146<screen><userinput>make check</userinput></screen>
147
148 <para>Again as <systemitem class="username">root</systemitem>, clean up the
149 test interfaces:</para>
150
151<screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
152
153 <para>Finally, install the package as the <systemitem
154 class="username">root</systemitem> user:</para>
155
156<screen role="root"><userinput>make install &amp;&amp;
157chmod -v 0755 /usr/lib/lib{bind9,dns,isc{,cc,cfg},lwres}.so &amp;&amp;
158
159install -v -m755 -d /usr/share/doc/bind-&bind-version;/{arm,misc} &amp;&amp;
160install -v -m644 doc/arm/*.html \
161 /usr/share/doc/bind-&bind-version;/arm &amp;&amp;
162install -v -m644 \
163 doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
164 /usr/share/doc/bind-&bind-version;/misc</userinput></screen>
165 </sect2>
166
167 <sect2 role="commands">
168 <title>Command Explanations</title>
169
170 <para><command>sed ... bin/tests/system/conf.sh</command>: This command
171 removes tests that fail (some for unknown reasons).</para>
172
173 <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
174 <application>BIND</application> to look for configuration
175 files in <filename class='directory'>/etc</filename> instead of
176 <filename class='directory'>/usr/etc</filename>.</para>
177
178 <para><parameter>--enable-threads</parameter>: This parameter enables
179 multi-threading capability.</para>
180
181 <para><parameter>--with-libtool</parameter>: This parameter forces the
182 building of dynamic libraries and links the installed binaries to these
183 libraries.</para>
184
185 <para><parameter>--with-randomdev=/dev/urandom</parameter>: This parameter
186 specifes a non-blocking random device for use with digital signatures.</para>
187
188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="../../xincludes/static-libraries.xml"/>
190
191 <para><command>chmod 0755
192 /usr/lib/{lib{bind9,dns,isc{,cc,cfg},lwres}.so</command>:
193 Enable the execute bit to prevent a warning when using
194 <command>ldd</command> to check library dependencies.</para>
195
196 <para><command>cd doc; install ...</command>: These commands install
197 additional package documentation. Omit any or all of these commands if
198 desired.</para>
199 </sect2>
200
201 <sect2 role="configuration">
202 <title>Configuring BIND</title>
203
204 <sect3 id="bind-config">
205 <title>Config files</title>
206
207 <para><filename>named.conf</filename>,
208 <filename>root.hints</filename>,
209 <filename>127.0.0</filename>,
210 <filename>rndc.conf</filename> and
211 <filename>resolv.conf</filename></para>
212
213 <indexterm zone="bind bind-config">
214 <primary sortas="e-etc-named.conf">/etc/named.conf</primary>
215 </indexterm>
216
217 <indexterm zone="bind bind-config">
218 <primary sortas="e-etc-rndc.conf">/etc/rndc.conf</primary>
219 </indexterm>
220
221 <indexterm zone="bind bind-config">
222 <primary sortas="e-etc-resolv.conf">/etc/resolv.conf</primary>
223 </indexterm>
224
225 <indexterm zone="bind bind-config">
226 <primary
227 sortas="e-etc-namedb-root.hints">/etc/namedb/root.hints</primary>
228 </indexterm>
229
230 <indexterm zone="bind bind-config">
231 <primary
232 sortas="e-etc-namedb-pz-127.0.0.0">/etc/namedb/pz/127.0.0.0</primary>
233 </indexterm>
234 </sect3>
235
236 <sect3>
237 <title>Configuration Information</title>
238
239 <para><application>BIND</application> will be configured to run in a
240 <command>chroot</command> jail as an unprivileged user (<systemitem
241 class="username">named</systemitem>). This configuration is more secure
242 in that a DNS compromise can only affect a few files in the <systemitem
243 class="username">named</systemitem> user's <envar>HOME</envar>
244 directory.</para>
245
246 <para>Create the unprivileged user and group <systemitem
247 class="username">named</systemitem>:</para>
248
249<screen role="root"><userinput>groupadd -g 20 named &amp;&amp;
250useradd -c "BIND Owner" -g named -s /bin/false -u 20 named &amp;&amp;
251install -d -m770 -o named -g named /srv/named</userinput></screen>
252
253 <para>Set up some files, directories and devices needed by
254 <application>BIND</application>:</para>
255
256<screen role="root"><userinput>cd /srv/named &amp;&amp;
257mkdir -p dev etc/namedb/{slave,pz} usr/lib/engines var/run/named &amp;&amp;
258mknod /srv/named/dev/null c 1 3 &amp;&amp;
259mknod /srv/named/dev/urandom c 1 9 &amp;&amp;
260chmod 666 /srv/named/dev/{null,urandom} &amp;&amp;
261cp /etc/localtime etc &amp;&amp;
262touch /srv/named/managed-keys.bind &amp;&amp;
263cp /usr/lib/engines/libgost.so usr/lib/engines &amp;&amp;
264[ $(uname -m) = x86_64 ] &amp;&amp; ln -sv lib usr/lib64</userinput></screen>
265
266 <para>The <filename>rndc.conf</filename> file contains information for
267 controlling <command>named</command> operations with the
268 <command>rndc</command> utility. Generate a key for use in the <filename>named.conf</filename> and <filename>rdnc.conf</filename> with the
269 <command>rndc-confgen</command> command:</para>
270
271<screen role="root"><userinput>rndc-confgen -r /dev/urandom -b 512 > /etc/rndc.conf &amp;&amp;
272sed '/conf/d;/^#/!d;s:^# ::' /etc/rndc.conf > /srv/named/etc/named.conf</userinput></screen>
273
274 <para>Complete the <filename>named.conf</filename> file from which
275 <command>named</command> will read the location of zone files, root
276 name servers and secure DNS keys:</para>
277
278<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt;&gt; /srv/named/etc/named.conf &lt;&lt; "EOF"
279<literal>options {
280 directory "/etc/namedb";
281 pid-file "/var/run/named.pid";
282 statistics-file "/var/run/named.stats";
283
284};
285zone "." {
286 type hint;
287 file "root.hints";
288};
289zone "0.0.127.in-addr.arpa" {
290 type master;
291 file "pz/127.0.0";
292};
293
294// Bind 9 now logs by default through syslog (except debug).
295// These are the default logging rules.
296
297logging {
298 category default { default_syslog; default_debug; };
299 category unmatched { null; };
300
301 channel default_syslog {
302 syslog daemon; // send to syslog's daemon
303 // facility
304 severity info; // only send priority info
305 // and higher
306 };
307
308 channel default_debug {
309 file "named.run"; // write to named.run in
310 // the working directory
311 // Note: stderr is used instead
312 // of "named.run"
313 // if the server is started
314 // with the '-f' option.
315 severity dynamic; // log at the server's
316 // current debug level
317 };
318
319 channel default_stderr {
320 stderr; // writes to stderr
321 severity info; // only send priority info
322 // and higher
323 };
324
325 channel null {
326 null; // toss anything sent to
327 // this channel
328 };
329};</literal>
330EOF</userinput></screen>
331
332 <para>Create a zone file with the following contents:</para>
333
334<screen role="root"><userinput>cat &gt; /srv/named/etc/namedb/pz/127.0.0 &lt;&lt; "EOF"
335<literal>$TTL 3D
336@ IN SOA ns.local.domain. hostmaster.local.domain. (
337 1 ; Serial
338 8H ; Refresh
339 2H ; Retry
340 4W ; Expire
341 1D) ; Minimum TTL
342 NS ns.local.domain.
3431 PTR localhost.</literal>
344EOF</userinput></screen>
345
346 <para>Create the <filename>root.hints</filename> file with the following
347 commands:</para>
348
349 <note>
350 <para>Caution must be used to ensure there are no leading spaces in
351 this file.</para>
352 </note>
353
354<screen role="root"><userinput>cat &gt; /srv/named/etc/namedb/root.hints &lt;&lt; "EOF"
355<literal>. 6D IN NS A.ROOT-SERVERS.NET.
356. 6D IN NS B.ROOT-SERVERS.NET.
357. 6D IN NS C.ROOT-SERVERS.NET.
358. 6D IN NS D.ROOT-SERVERS.NET.
359. 6D IN NS E.ROOT-SERVERS.NET.
360. 6D IN NS F.ROOT-SERVERS.NET.
361. 6D IN NS G.ROOT-SERVERS.NET.
362. 6D IN NS H.ROOT-SERVERS.NET.
363. 6D IN NS I.ROOT-SERVERS.NET.
364. 6D IN NS J.ROOT-SERVERS.NET.
365. 6D IN NS K.ROOT-SERVERS.NET.
366. 6D IN NS L.ROOT-SERVERS.NET.
367. 6D IN NS M.ROOT-SERVERS.NET.
368A.ROOT-SERVERS.NET. 6D IN A 198.41.0.4
369B.ROOT-SERVERS.NET. 6D IN A 192.228.79.201
370C.ROOT-SERVERS.NET. 6D IN A 192.33.4.12
371D.ROOT-SERVERS.NET. 6D IN A 199.7.91.13
372E.ROOT-SERVERS.NET. 6D IN A 192.203.230.10
373F.ROOT-SERVERS.NET. 6D IN A 192.5.5.241
374G.ROOT-SERVERS.NET. 6D IN A 192.112.36.4
375H.ROOT-SERVERS.NET. 6D IN A 128.63.2.53
376I.ROOT-SERVERS.NET. 6D IN A 192.36.148.17
377J.ROOT-SERVERS.NET. 6D IN A 192.58.128.30
378K.ROOT-SERVERS.NET. 6D IN A 193.0.14.129
379L.ROOT-SERVERS.NET. 6D IN A 199.7.83.42
380M.ROOT-SERVERS.NET. 6D IN A 202.12.27.33</literal>
381EOF</userinput></screen>
382
383 <para>The <filename>root.hints</filename> file is a list of root
384 name servers. This file must be updated periodically with the
385 <command>dig</command> utility. A current copy of root.hints can be
386 obtained from <ulink url="ftp://rs.internic.net/domain/named.root" />.
387 Consult the <ulink url="http://www.bind9.net/Bv9ARM.html">BIND 9
388 Administrator Reference Manual</ulink> for details.</para>
389
390 <para>Create or modify <filename>resolv.conf</filename> to use the new
391 name server with the following commands:</para>
392
393 <note>
394 <para>Replace <replaceable>&lt;yourdomain.com&gt;</replaceable> with
395 your own valid domain name.</para>
396 </note>
397
398<screen role="root"><userinput>cp /etc/resolv.conf /etc/resolv.conf.bak &amp;&amp;
399cat &gt; /etc/resolv.conf &lt;&lt; "EOF"
400<literal>search <replaceable>&lt;yourdomain.com&gt;</replaceable>
401nameserver 127.0.0.1</literal>
402EOF</userinput></screen>
403
404 <para>Set permissions on the <command>chroot</command> jail with the
405 following command:</para>
406
407<screen role="root"><userinput>chown -R named:named /srv/named</userinput></screen>
408
409 </sect3>
410
411 <sect3 id="bind-init">
412 <title>Boot Script</title>
413
414 <para>To start the DNS server at boot, install the
415 <filename>/etc/rc.d/init.d/bind</filename> init script included
416 in the <xref linkend="bootscripts"/> package.</para>
417
418 <indexterm zone="bind bind-init">
419 <primary sortas="f-bind">bind</primary>
420 </indexterm>
421
422<screen role="root"><userinput>make install-bind</userinput></screen>
423
424 <para>Now start <application>BIND</application> with
425 the new boot script:</para>
426
427<screen role="root"><userinput>/etc/rc.d/init.d/bind start</userinput></screen>
428
429 </sect3>
430
431 <sect3>
432 <title>Testing BIND</title>
433
434 <para>Test out the new <application>BIND</application> 9 installation.
435 First query the local host address with <command>dig</command>:</para>
436
437<screen><userinput>dig -x 127.0.0.1</userinput></screen>
438
439 <para>Now try an external name lookup, taking note of the speed
440 difference in repeated lookups due to the caching. Run the
441 <command>dig</command> command twice on the same address:</para>
442
443<screen><userinput>dig www.&lfs-domainname; &amp;&amp;
444dig www.&lfs-domainname;</userinput></screen>
445
446 <para>You can see almost instantaneous results with the named caching
447 lookups. Consult the <application>BIND</application> Administrator
448 Reference Manual located at <filename>doc/arm/Bv9ARM.html</filename>
449 in the package source tree, for further configuration options.</para>
450
451 </sect3>
452
453 </sect2>
454
455 <sect2 role="content">
456 <title>Contents</title>
457
458 <segmentedlist>
459 <segtitle>Installed Programs</segtitle>
460 <segtitle>Installed Libraries</segtitle>
461 <segtitle>Installed Directories</segtitle>
462
463 <seglistitem>
464
465 <seg>arpaname, bind9-config hardlinked to isc-config.sh, ddns-confgen,
466 delv, dig, dnssec-checkds, dnssec-coverage, dnssec-dsfromkey,
467 dnssec-importkey, dnssec-keyfromlabel, dnssec-keygen, dnssec-revoke,
468 dnssec-settime, dnssec-signzone, dnssec-verify, genrandom, host,
469 isc-hmac-fixup, lwresd hardlinked to named, named-checkconf,
470 named-checkzone, named-compilezone (symlink), named-journalprint,
471 named-rrchecker, nsec3hash, nslookup, nsupdate, rndc, rndc-confgen,
472 and tsig-keygen (symlink)</seg>
473
474 <seg>libbind9.so, libdns.so, libirs.so, libisc.so, libisccc.so,
475 libisccfg.so, and liblwres.so</seg>
476
477 <seg>/usr/include/{bind9,dns,dst,irs,isc,isccc,isccfg,lwres,pk11,pkcs11},
478 /usr/share/doc/bind-&bind-version; and /srv/named</seg>
479 </seglistitem>
480 </segmentedlist>
481
482 <variablelist>
483 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
484 <?dbfo list-presentation="list"?>
485 <?dbhtml list-presentation="table"?>
486
487 <varlistentry id="dig">
488 <term><command>dig</command></term>
489 <listitem>
490 <para>interrogates DNS servers.</para>
491 <indexterm zone="bind dig">
492 <primary sortas="b-dig">dig</primary>
493 </indexterm>
494 </listitem>
495 </varlistentry>
496
497 <varlistentry id="dnssec-keygen">
498 <term><command>dnssec-keygen</command></term>
499 <listitem>
500 <para>is a key generator for secure DNS.</para>
501 <indexterm zone="bind dnssec-keygen">
502 <primary sortas="b-dnssec-keygen">dnssec-keygen</primary>
503 </indexterm>
504 </listitem>
505 </varlistentry>
506
507 <varlistentry id="dnssec-signzone">
508 <term><command>dnssec-signzone</command></term>
509 <listitem>
510 <para>generates signed versions of zone files.</para>
511 <indexterm zone="bind dnssec-signzone">
512 <primary sortas="b-dnssec-signzone">dnssec-signzone</primary>
513 </indexterm>
514 </listitem>
515 </varlistentry>
516
517 <varlistentry id="host">
518 <term><command>host</command></term>
519 <listitem>
520 <para>is a utility for DNS lookups.</para>
521 <indexterm zone="bind host">
522 <primary sortas="b-host">host</primary>
523 </indexterm>
524 </listitem>
525 </varlistentry>
526
527 <varlistentry id="lwresd">
528 <term><command>lwresd</command></term>
529 <listitem>
530 <para>is a caching-only name server for local process use.</para>
531 <indexterm zone="bind lwresd">
532 <primary sortas="b-lwresd">lwresd</primary>
533 </indexterm>
534 </listitem>
535 </varlistentry>
536
537 <varlistentry id="named">
538 <term><command>named</command></term>
539 <listitem>
540 <para>is the name server daemon.</para>
541 <indexterm zone="bind named">
542 <primary sortas="b-named">named</primary>
543 </indexterm>
544 </listitem>
545 </varlistentry>
546
547 <varlistentry id="named-checkconf">
548 <term><command>named-checkconf</command></term>
549 <listitem>
550 <para>checks the syntax of <filename>named.conf</filename>
551 files.</para>
552 <indexterm zone="bind named-checkconf">
553 <primary sortas="b-named-checkconf">named-checkconf</primary>
554 </indexterm>
555 </listitem>
556 </varlistentry>
557
558 <varlistentry id="named-checkzone">
559 <term><command>named-checkzone</command></term>
560 <listitem>
561 <para>checks zone file validity.</para>
562 <indexterm zone="bind named-checkzone">
563 <primary sortas="b-named-checkzone">named-checkzone</primary>
564 </indexterm>
565 </listitem>
566 </varlistentry>
567
568 <varlistentry id="nslookup">
569 <term><command>nslookup</command></term>
570 <listitem>
571 <para>is a program used to query Internet domain nameservers.</para>
572 <indexterm zone="bind nslookup">
573 <primary sortas="b-nslookup">nslookup</primary>
574 </indexterm>
575 </listitem>
576 </varlistentry>
577
578 <varlistentry id="nsupdate">
579 <term><command>nsupdate</command></term>
580 <listitem>
581 <para>is used to submit DNS update requests.</para>
582 <indexterm zone="bind nsupdate">
583 <primary sortas="b-nsupdate">nsupdate</primary>
584 </indexterm>
585 </listitem>
586 </varlistentry>
587
588 <varlistentry id="rndc">
589 <term><command>rndc</command></term>
590 <listitem>
591 <para>controls the operation of <application>BIND</application>.</para>
592 <indexterm zone="bind rndc">
593 <primary sortas="b-rndc">rndc</primary>
594 </indexterm>
595 </listitem>
596 </varlistentry>
597
598 <varlistentry id="rndc-confgen">
599 <term><command>rndc-confgen</command></term>
600 <listitem>
601 <para>generates <filename>rndc.conf</filename> files.</para>
602 <indexterm zone="bind rndc-confgen">
603 <primary sortas="b-rndc-confgen">rndc-confgen</primary>
604 </indexterm>
605 </listitem>
606 </varlistentry>
607
608 </variablelist>
609
610 </sect2>
611
612</sect1>
Note: See TracBrowser for help on using the repository browser.