dynamic-addresses
Use the dynamic-addresses stanza entry to control whether the junction server host name is resolved to its IP address immediately before every communication with the junction server.
dynamic-addresses = {yes|no}Description
When the junction server host name is resolved to its corresponding IP address and used in communication with the junction server.
We can customize this configuration item for a particular junction by adding the adjusted configuration item to a [junction:{junction_name}] stanza.
where {junction_name} refers to the junction point for a standard junction (including the leading / character) or the virtual host label for a virtual host junction.
Options
yes The junction server host name is resolved to its corresponding IP address immediately before any communication with the junction server. If this configuration entry is set to yes, we can use the dynamic-addresses-ttl configuration entry to specify the length of time (in seconds) that a resolved IP address will be cached before it is discarded and another name resolution is attempted (time-to-live).
no The junction server host name is resolved to its corresponding IP address and this address is used for subsequent communication with the junction server.
Usage:
This stanza entry is required.
Default value no
Example:
dynamic-addresses = noParent topic: [junction] stanza