Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ProxyTunnel to always use the IP-address instead of the localhost (…
…#1563) Motivation: ProxyTunnel was returning the `localhost` hostname instead of the IP-address, which in some configurations where the IPv4 is preferred but the DNS resolves in both IPv4 and IPv6 for the loopback hostname, cause connectivity issues. Modifications: Modified the ProxyTunnel to always return the IP-address for the clients to connect to. Result: More stable test.
- Loading branch information