Local proxy
The local proxy transmits data sent by the application running on the source device by
using secure tunneling over a WebSocket secure connection. You can download the local
proxy source from GitHub
The local proxy can run in two modes: source
or destination
.
In source mode, the local proxy runs on the same device or network as the client
application that initiates the TCP connection. In destination mode, the local proxy runs
on the remote device, along with the destination application. A single tunnel can
support up to three data streams at a time by using tunnel multiplexing. For each data
stream, secure tunneling uses multiple TCP connections, which reduces the potential for
a time out. For more information, see Multiplex data streams and using simultaneous TCP
connections in a secure tunnel.