User Tools

Site Tools


tcpproxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tcpproxy [2008/08/21 22:17] – created seststtcpproxy [2018/11/03 02:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{port64.png|}} {{port64.png|}}
 ====== TCPProxy ====== ====== TCPProxy ======
-This module is a part of the [[NetHomeServer]]. The TCPProxy is not yet documented.+This module is a part of the [[:start|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 ===== ===== Attributes =====
-  * **ListenPort** //[get] [set]//  +  * **ListenPort** //[get] [set]// The port the proxy listens on 
-  * **TargetAddress** //[get] [set]//  +  * **TargetAddress** //[get] [set]// The address the proxy will connect to 
-  * **TargetPort** //[get] [set]//  +  * **TargetPort** //[get] [set]// The port the proxy will connect to 
-  * **TotalBytes** //[get]//  +  * **TotalBytes** //[get]// Total number of bytes transmitted by the proxy (in both directions) 
-  * **State** //[get] [init]// +  * **State** //[get] [init]// Open / Closed
 ===== Actions ===== ===== Actions =====
-  * **OpenProxy**   +  * **OpenProxy**  Will open the proxy so it accepts connections 
-  * **CloseProxy**  +  * **CloseProxy**  Closes the proxy. 
 +===== Received Events ===== 
 +  * **OpenProxy**  Will open the proxy so it accepts connections 
 +  * **CloseProxy**  Closes the proxy.
 ==== See also ==== ==== See also ====
-[[NetHomeServer]]+[[:start|NetHomeServer]]
  
tcpproxy.1219349854.txt.gz · Last modified: 2018/11/03 02:57 (external edit)