|
|
@ -34,6 +34,9 @@ public class TunnelServerConfiguration { |
|
|
|
tunnelServer.setPort(arthasProperties.getHttpPort()); |
|
|
|
tunnelServer.setSsl(false); |
|
|
|
tunnelServer.setPath(ArthasConstants.DEFAULT_WEBSOCKET_PATH); |
|
|
|
/** |
|
|
|
* chushihua |
|
|
|
*/ |
|
|
|
tunnelServer.setClientConnectHost(InetAddressUtil.getInetAddress()); |
|
|
|
if (tunnelClusterStore != null) { |
|
|
|
tunnelServer.setTunnelClusterStore(tunnelClusterStore); |
|
|
|