[DOC] document IPv6 support for server

This commit is contained in:
David du Colombier 2011-03-17 10:40:26 +01:00 committed by Willy Tarreau
parent 9c938daf69
commit 486df477e6

View File

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