• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H13-May-2015-9572

doc/H03-May-2022-274213

src/H03-May-2022-3,7352,585

AUTHORSH A D13-May-201546 31

ChangeLogH A D13-May-2015486 2615

LICENSEH A D13-May-201535.3 KiB701579

READMEH A D13-May-2015852 5936

versionH A D13-May-20154 21

README

1Introduction
2============
3
4tcpproxy is a simple tcp connection proxy which combines the
5features of rinetd and 6tunnel. tcpproxy supports IPv4 and
6IPv6 and also supports connections from IPv6 to IPv4
7endpoints and vice versa.
8
9Dependencies
10============
11
12Linux
13-----
14
15core:
16 build-essential
17 ragel
18
19if you want to rebuild the manpage:
20 asciidoc
21
22
23Installation
24============
25
26Getting the source via subversion:
27----------------------------------
28
29git clone git://git.spreadspace.org/tcpproxy.git
30cd tcpproxy
31
32
33Building from source
34--------------------
35
36# cd src
37# ./configure
38# make
39
40
41Installing
42----------
43
44# sudo make install
45
46This will install tcpproxy under the --prefix defined with configure.
47
48
49Uninstalling
50------------
51
52# sudo make remove
53
54This removes everything except for the config files
55
56# sudo make purge
57
58This also removes the config files
59