]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] document IPv6 support for server
authorDavid du Colombier <dducolombier@exceliance.fr>
Thu, 17 Mar 2011 09:40:26 +0000 (10:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Mar 2011 21:49:56 +0000 (22:49 +0100)
doc/configuration.txt

index d06ad98772e7ffcdaae7523fae475b478091ffb6..0fdc2ad61162172c5edbdaf192a5f275a58a40cf 100644 (file)
@@ -4629,7 +4629,7 @@ rspirep <search> <string> [{if | unless} <cond>]  (ignore case)
             manipulation, and section 7 about ACLs.
 
 
-server <name> <address>[:port] [param*]
+server <name> <address>[:[port]] [param*]
   Declare a server in a backend
   May be used in sections :   defaults | frontend | listen | backend
                                  no    |    no    |   yes  |   yes
@@ -4637,10 +4637,10 @@ server <name> <address>[:port] [param*]
     <name>    is the internal name assigned to this server. This name will
               appear in logs and alerts.
 
-    <address> is the IPv4 address of the server. Alternatively, a resolvable
-              hostname is supported, but this name will be resolved during
-              start-up. Address "0.0.0.0" or "*" has a special meaning. It
-              indicates that the connection will be forwarded to the same IP
+    <address> is the IPv4 or IPv6 address of the server. Alternatively, a
+              resolvable hostname is supported, but this name will be resolved
+              during start-up. Address "0.0.0.0" or "*" has a special meaning.
+              It indicates that the connection will be forwarded to the same IP
               address as the one from the client connection. This is useful in
               transparent proxy architectures where the client's connection is
               intercepted and haproxy must forward to the original destination