mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
DOC: resolve-prefer default value and default-server update
By the code, resolve-prefer defaults to IPv6 and is also available in the default-server directive. These information were missing or wrong in the documentation.
This commit is contained in:
parent
a332299ad3
commit
c4aabae0e9
1 changed files with 3 additions and 1 deletions
|
|
@ -10097,7 +10097,9 @@ resolve-prefer <family>
|
|||
from the family mentioned in the "resolve-prefer" parameter.
|
||||
Available families: "ipv4" and "ipv6"
|
||||
|
||||
Default value: ipv4
|
||||
Default value: ipv6
|
||||
|
||||
Supported in default-server: Yes
|
||||
|
||||
Example: server s1 app1.domain.com:80 resolvers mydns resolve-prefer ipv6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue