From: Adam Dickmeiss Date: Tue, 2 Nov 2010 09:03:02 +0000 (+0100) Subject: Mention @6 special hostname X-Git-Tag: v4.1.2~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=43c1d385fc4076fac26aa0a93783b078c7347b5c Mention @6 special hostname --- 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