[svn] Clarify format of IPv6 addresses in SGML documentation.
This commit is contained in:
parent
b0dc8e031c
commit
0c30404320
3 changed files with 22 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
jilles 2007/08/29 22:04:45 UTC (20070829-3562)
|
||||
Log:
|
||||
Clarify format of IPv6 addresses in auth{} and connect{}.
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+7 -3 trunk/doc/example.conf (File Modified)
|
||||
+9 -2 trunk/doc/reference.conf (File Modified)
|
||||
|
||||
|
||||
jilles 2007/08/23 21:02:31 UTC (20070823-3560)
|
||||
Log:
|
||||
Add more information about invitations and invexes.
|
||||
|
|
|
@ -293,7 +293,13 @@ auth {
|
|||
<varlistentry>
|
||||
<term>user</term>
|
||||
<listitem>
|
||||
<para>A hostmask (user@host) that the auth{} block is matched against. You can have multiple user entries.</para>
|
||||
<para>
|
||||
A hostmask (user@host) that the auth {} block applies to.
|
||||
It is matched against the hostname and IP address (using ::
|
||||
shortening for IPv6 and prepending a 0 if it starts with
|
||||
a colon) and can also use CIDR masks.
|
||||
You can have multiple user entries.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -555,6 +561,10 @@ connect "<replaceable>name</replaceable>" {
|
|||
Furthermore, if a hostname is used, it must have an A or AAAA
|
||||
record (no CNAME) and it must be the primary
|
||||
hostname for inbound connections to work.
|
||||
</para><para>
|
||||
IPv6 addresses must be in :: shortened form; addresses which
|
||||
then start with a colon must be prepended with a zero,
|
||||
for example 0::1.
|
||||
</para></note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070823-3560"
|
||||
#define SERNO "20070829-3562"
|
||||
|
|
Loading…
Reference in a new issue