User Tools

Site Tools


tcpproxy

This is an old revision of the document!


TCPProxy

This module is a part of the NetHomeServer. The TCPProxy acts as a proxy between a client and a server. The client connects to the proxy and the proxy will connect to the configured target address and port and will then pass through information between the client and the server.

When the proxy is closed, the listen port and all open connections are closed.

Attributes

  • ListenPort [get] [set] The port the proxy listens on
  • TargetAddress [get] [set] The address the proxy will connect to
  • TargetPort [get] [set] The port the proxy will connect to
  • TotalBytes [get] Total number of bytes transmitted by the proxy (in both directions)
  • State [get] [init] Open / Closed

Actions

  • OpenProxy Will open the proxy so it accepts connections
  • CloseProxy Closes the proxy.

Received Events

  • OpenProxy Will open the proxy so it accepts connections
  • CloseProxy Closes the proxy.

See also

tcpproxy.1219350364.txt.gz · Last modified: 2018/11/03 02:57 (external edit)