Skip to content

Commit 66dc7fb

Browse files
committed
authentication: Document hostip field
1 parent 2e64e1a commit 66dc7fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/configuration_manual/authentication/proxies.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ addition of proxy field. The common fields to use for both proxying ways are:
3838
the ``proxy`` extra field to login process, but not necessarily the host.
3939
Useful when dividing users across multiple director clusters.
4040

41-
* ``host=s``: The destination server's IP address. This field is required.
41+
* ``host=s``: The destination server's IP address or hostname. This field is required.
42+
* ``hostip=s``: Use this IP as destination server's IP. If not provided, host address is determined by DNS lookup if necessary.
43+
44+
.. versionadded:: v2.3.0
45+
4246
* ``source_ip=s``: The source IP address to use for outgoing connections.
4347

4448
.. versionadded:: v2.2.14

0 commit comments

Comments
 (0)