Mention @6 special hostname
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Nov 2010 09:03:02 +0000 (10:03 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Nov 2010 09:03:02 +0000 (10:03 +0100)
doc/server.xml

index 18a4f27..52033bf 100644 (file)
@@ -818,9 +818,11 @@ typedef struct bend_scan_rr {
    </para>
 
    <para>
-    For TCP/IP and SSL, the special hostname <literal>@</literal> 
-    (at sign) is mapped to the address <literal>INADDR_ANY</literal>,
-    which causes the server to listen on any local interface. 
+    For TCP/IP and SSL, the special hostnames <literal>@</literal> and
+    <literal>@6</literal> are mapped to the addresses 
+    <literal>INADDR_ANY</literal> (IPV4) and
+    <literal>IN6ADDR_ANY_INIT</literal> (IPV6)
+    respectively. 
    </para>
 
    <example id="server.example.running.unix"><title>Running the GFS on Unix</title>