Add role attributes for some hostid tags.
This commit is contained in:
parent
616c3db1da
commit
e7382f4c2c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21332
1 changed files with 5 additions and 5 deletions
|
@ -5348,23 +5348,23 @@ host mailhost {
|
|||
<para><hostid>org.</hostid> is a zone under the root zone</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><hostid>example.org</hostid> is a zone under the
|
||||
<para><hostid role="domainname">example.org</hostid> is a zone under the
|
||||
<hostid>org.</hostid> zone</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><hostid>foo.example.org.</hostid> is a subdomain, a
|
||||
zone under the <hostid>example.org.</hostid> zone</para>
|
||||
<para><hostid role="domainname">foo.example.org.</hostid> is a subdomain, a
|
||||
zone under the <hostid role="domainname">example.org.</hostid> zone</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<hostid>1.2.3.in-addr.arpa</hostid> is a zone referencing
|
||||
all IP addresses which fall under the 3.2.1.* IP space.
|
||||
all IP addresses which fall under the <hostid role="ipaddr">3.2.1.*</hostid> IP space.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>As one can see, the more specific part of a hostname appears to
|
||||
its left. For example, <hostid>example.org.</hostid> is more
|
||||
its left. For example, <hostid role="domainname">example.org.</hostid> is more
|
||||
specific than <hostid>org.</hostid>, as <hostid>org.</hostid> is
|
||||
more specific than the root zone. The layout of each part of
|
||||
a hostname is much like a filesystem: the <filename>/dev</filename>
|
||||
|
|
Loading…
Reference in a new issue