mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-21 01:15:17 -04:00
DOC: config: further clarify that resolvers "default" exists
It was explained in the general presentation of resolvers but not in the "resolvers" keyword description itself, which might be where users could be looking for that info, so let's quickly repeat that info there.
This commit is contained in:
parent
29b9da7821
commit
b59fe471a5
1 changed files with 5 additions and 1 deletions
|
|
@ -20189,7 +20189,11 @@ a cache of previous answers, an answer will be considered obsolete after
|
|||
|
||||
|
||||
resolvers <resolvers id>
|
||||
Creates a new name server list labeled <resolvers id>
|
||||
Creates a new name server list labeled <resolvers id>. As mentioned above,
|
||||
the special name "default" always exists and will be automatically created if
|
||||
not explicitly declared; this will be the one internal services such as
|
||||
httpclient rely on. Declaring a "default" entry will affect how such services
|
||||
perform their name resolution.
|
||||
|
||||
A resolvers section accept the following parameters:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue