diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-12-02 22:25:46 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-12-02 22:25:46 +0000 |
commit | eb2b719951d3bb2994142f2821073f7f052cdd13 (patch) | |
tree | 622f96853e2de218d9911674d0cd3f19e4802d60 /doc/tcpproxy.8 | |
parent | fixed handling of client read (diff) |
removed useless source address resolving type option
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@23 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'doc/tcpproxy.8')
-rw-r--r-- | doc/tcpproxy.8 | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/doc/tcpproxy.8 b/doc/tcpproxy.8 index d4bcb42..b4ea062 100644 --- a/doc/tcpproxy.8 +++ b/doc/tcpproxy.8 @@ -1,22 +1,13 @@ '\" t .\" Title: tcpproxy .\" Author: [see the "AUTHORS" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> +.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/> .\" Date: 12/02/2010 -.\" Manual: \ \& -.\" Source: \ \& +.\" Manual: tcpproxy user manual +.\" Source: tcpproxy trunk .\" Language: English .\" -.TH "TCPPROXY" "8" "12/02/2010" "\ \&" "\ \&" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' +.TH "TCPPROXY" "8" "12/02/2010" "tcpproxy trunk" "tcpproxy user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -48,7 +39,6 @@ tcpproxy \- IPv4/IPv6 tcp connection proxy [ \fB\-R|\-\-remote\-resolv\fR (ipv4|4|ipv6|6) ] [ \fB\-o|\-\-remote\-port\fR <service> ] [ \fB\-s|\-\-source\-addr\fR <host> ] - [ \fB\-S|\-\-source\-resolv\fR (ipv4|4|ipv6|6) ] [ \fB\-b|\-\-buffer\-size\fR <size> ] [ \fB\-c|\-\-config\fR <file> ] .fi @@ -158,7 +148,7 @@ The remote address to connect to\&. Unless the configuration file should be used .PP \fB\-R|\-\-remote\-resolv (ipv4|4|ipv6|6)\fR .RS 4 -When resolving the remote address (see above) use only IPv4 or IPv6\&. The default is to resolv both\&. +When resolving the remote address (see above) use only IPv4 or IPv6\&. The default is to resolv both\&. Mind that this also effects resolving of the source address (see below) as the remote and source addresses must be of the same protocol familiy\&. .RE .PP \fB\-o, \-\-remote\-port <service>\fR @@ -174,11 +164,6 @@ Instruct tcpproxy to use this source address for connections to uses the default source address for the defined remote host\&. .RE .PP -\fB\-S|\-\-source\-resolv (ipv4|4|ipv6|6)\fR -.RS 4 -When resolving the source address (see above) use only IPv4 or IPv6\&. The default is to resolv both\&. -.RE -.PP \fB\-b, \-\-buffer\-size <size>\fR .RS 4 The size of the transmit buffers to use\&. |