o Update path to localhost.rev (/etc/namedb/master).
o Only sh make-localhost is needed. PR: docs/75997 Reviewed by: matteo Approved by: trhodes (mentor)
This commit is contained in:
parent
43a592ff3a
commit
781a2e7e10
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24950
1 changed files with 2 additions and 2 deletions
|
@ -3236,7 +3236,7 @@ host mailhost {
|
|||
<screen>&prompt.root; <userinput>cd /etc/namedb</userinput>
|
||||
&prompt.root; <userinput>sh make-localhost</userinput></screen>
|
||||
<para>to properly create the local reverse DNS zone file in
|
||||
<filename>/etc/namedb/localhost.rev</filename>.
|
||||
<filename>/etc/namedb/master/localhost.rev</filename>.
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
|
@ -3728,7 +3728,7 @@ www IN CNAME @</programlisting>
|
|||
&prompt.root; <userinput>mv named.conf etc && ln -sf etc/named.conf</userinput>
|
||||
&prompt.root; <userinput>mv named.root master</userinput>
|
||||
<!-- I don't like this next bit -->
|
||||
&prompt.root; <userinput>sh make-localhost && mv localhost.rev localhost-v6.rev master</userinput>
|
||||
&prompt.root; <userinput>sh make-localhost</userinput>
|
||||
&prompt.root; <userinput>cat > master/named.localhost
|
||||
$ORIGIN localhost.
|
||||
$TTL 6h
|
||||
|
|
Loading…
Reference in a new issue