mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-04 02:19:09 +00:00
DOC: dns: explain set server ... fqdn requires resolver
Abhishek Gupta reported on discourse that set server [...] fqdn always fails. Further investigation showed that this requires the internal DNS resolver to be configured. Add this requirement to the docs. Must be backported to 1.8.
This commit is contained in:
parent
271022150d
commit
c5dd5a500a
@ -1707,7 +1707,8 @@ set server <backend>/<server> weight <weight>[%]
|
||||
equivalent of the "set weight" command below.
|
||||
|
||||
set server <backend>/<server> fqdn <FQDN>
|
||||
Change a server's FQDN to the value passed in argument.
|
||||
Change a server's FQDN to the value passed in argument. This requires the
|
||||
internal run-time DNS resolver to be configured and enabled for this server.
|
||||
|
||||
set severity-output [ none | number | string ]
|
||||
Change the severity output format of the stats socket connected to for the
|
||||
|
Loading…
Reference in New Issue
Block a user