From 43c1d385fc4076fac26aa0a93783b078c7347b5c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 2 Nov 2010 10:03:02 +0100 Subject: [PATCH] Mention @6 special hostname --- doc/server.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/server.xml b/doc/server.xml index 18a4f27..52033bf 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -818,9 +818,11 @@ typedef struct bend_scan_rr { - For TCP/IP and SSL, the special hostname @ - (at sign) is mapped to the address INADDR_ANY, - which causes the server to listen on any local interface. + For TCP/IP and SSL, the special hostnames @ and + @6 are mapped to the addresses + INADDR_ANY (IPV4) and + IN6ADDR_ANY_INIT (IPV6) + respectively. Running the GFS on Unix -- 1.7.10.4