summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-11-25 00:27:20 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-11-25 00:27:20 +0000
commit909d220ede7dd781182f46a70e610b3f52470cd1 (patch)
tree13cc8b9baaa3c5b8a41f835f252c61a5b652bc51
parentadded cmd options for local and remote addr and port (diff)
updated manpage
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@4 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
-rw-r--r--doc/tcpproxy.830
-rw-r--r--doc/tcpproxy.8.txt19
2 files changed, 49 insertions, 0 deletions
diff --git a/doc/tcpproxy.8 b/doc/tcpproxy.8
index 8448abe..afe31d8 100644
--- a/doc/tcpproxy.8
+++ b/doc/tcpproxy.8
@@ -32,6 +32,11 @@ tcpproxy \- IPv4/IPv6 tcp connection proxy
[ \fB\-P|\-\-write\-pid\fR <filename> ]
[ \fB\-L|\-\-log\fR <target>:<level>[,<param1>[,<param2>[\&.\&.]]] ]
[ \fB\-U|\-\-debug\fR ]
+ [ \fB\-l|\-\-local\-addr\fR <host> ]
+ [ \fB\-p|\-\-local\-port\fR <service> ]
+ [ \fB\-r|\-\-remote\-addr\fR <host> ]
+ [ \fB\-o|\-\-remote\-port\fR <service> ]
+ [ \fB\-c|\-\-config\fR <file> ]
.fi
.SH "DESCRIPTION"
.sp
@@ -112,6 +117,31 @@ to run in debug mode\&. It implicits
\fBstdout:5\fR
(logging with maximum level)\&. In future releases there might be additional output when this option is supplied\&.
.RE
+.PP
+\fB\-l, \-\-local\-addr <host>\fR
+.RS 4
+tba
+.RE
+.PP
+\fB\-p, \-\-local\-port <service>\fR
+.RS 4
+tba
+.RE
+.PP
+\fB\-r, \-\-remote\-addr <host>\fR
+.RS 4
+tba
+.RE
+.PP
+\fB\-o, \-\-remote\-port <service>\fR
+.RS 4
+tba
+.RE
+.PP
+\fB\-c, \-\-config <file>\fR
+.RS 4
+tba
+.RE
.SH "EXAMPLES"
.sp
nothing yet\&.\&.
diff --git a/doc/tcpproxy.8.txt b/doc/tcpproxy.8.txt
index e6db6ec..af74cbb 100644
--- a/doc/tcpproxy.8.txt
+++ b/doc/tcpproxy.8.txt
@@ -20,6 +20,11 @@ tcpproxy
[ -P|--write-pid <filename> ]
[ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] ]
[ -U|--debug ]
+ [ -l|--local-addr <host> ]
+ [ -p|--local-port <service> ]
+ [ -r|--remote-addr <host> ]
+ [ -o|--remote-port <service> ]
+ [ -c|--config <file> ]
....
@@ -77,6 +82,20 @@ The following options can be passed to the *tcpproxy* daemon:
*stdout:5* (logging with maximum level). In future releases there might
be additional output when this option is supplied.
+*-l, --local-addr <host>*::
+ tba
+
+*-p, --local-port <service>*::
+ tba
+
+*-r, --remote-addr <host>*::
+ tba
+
+*-o, --remote-port <service>*::
+ tba
+
+*-c, --config <file>*::
+ tba
EXAMPLES