diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-11-29 00:08:07 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-11-29 00:08:07 +0000 |
commit | a07679accfce5460384cbec83e494b8098751883 (patch) | |
tree | 5afc2a7195ef4d32aa3e3825d1ef11cad4f71cb7 /doc/tcpproxy.8.txt | |
parent | added length field to tcp_endpoint_t (diff) |
added new option to manpage
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@16 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'doc/tcpproxy.8.txt')
-rw-r--r-- | doc/tcpproxy.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tcpproxy.8.txt b/doc/tcpproxy.8.txt index af74cbb..96b7733 100644 --- a/doc/tcpproxy.8.txt +++ b/doc/tcpproxy.8.txt @@ -24,6 +24,7 @@ tcpproxy [ -p|--local-port <service> ] [ -r|--remote-addr <host> ] [ -o|--remote-port <service> ] + [ -s|--source-addr <host> ] [ -c|--config <file> ] .... @@ -94,6 +95,9 @@ The following options can be passed to the *tcpproxy* daemon: *-o, --remote-port <service>*:: tba +*-s, --source-addr <host>*:: + tba + *-c, --config <file>*:: tba |