summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikeos <mike.osipov@gmail.com>2012-10-14 14:36:10 +0400
committermikeos <mike.osipov@gmail.com>2012-10-14 14:36:10 +0400
commit318c83516e1c670855865fd9a25f7ff9d553df48 (patch)
tree47df18a0e8a4bfde60598b46947847209e6f9725
parent02b75302622b38e25c12346cd70a6392e7131ba0 (diff)
add README
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2ba3102
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+tcpproxy - proxy for tcp connections
+
+Usage: tcpproxy config
+
+Format of config file: each line containes following three values:
+local_port host port
+
+Where:
+ local_port - local port to listen
+ host - ip address of remote host
+ port - remote port
+Port value may be specified as a service name
+
+Example:
+4000 remoteip ssh - connection to 0.0.0.0:4000 will be forwarded to remoteip:22
+
+tcpstat - tool for retrieve information about current connections from tcpproxy