mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
[DOC] update IPv6 support for bind
This commit is contained in:
parent
64bc40b654
commit
9c938daf69
1 changed files with 1 additions and 1 deletions
|
|
@ -1422,7 +1422,7 @@ bind /<path> [, ...] [ group <user> | gid <gid> ]
|
|||
address, or '*'. It designates the address the frontend will
|
||||
listen on. If unset, all IPv4 addresses of the system will be
|
||||
listened on. The same will apply for '*' or the system's
|
||||
special address "0.0.0.0".
|
||||
special address "0.0.0.0". The IPv6 equivalent is '::'.
|
||||
|
||||
<port_range> is either a unique TCP port, or a port range for which the
|
||||
proxy will accept connections for the IP address specified
|
||||
|
|
|
|||
Loading…
Reference in a new issue