This is a simple proxy daemon that allows you to forward TCP requests hitting a specified port on a local host to a different port on another host. It is written in ANSI C so it takes a very little space and can be used on embedded devices.
This is a simple proxy daemon that allows you to forward TCP requests hitting a specified port on the localhost to a different port on another host. It is written in ANSI C so it takes a very little space and can be used on embedded devices.
## Installation
...
...
@@ -10,7 +10,9 @@ To build an executable for Tomato firmware (http://www.polarcloud.com/tomato) yo
```
git clone git://repo.or.cz/tomato.git tomato
```
and follow instructions in the "tools/README.TXT" file. Next, build proxy for Tomato with:
and follow instructions in the "tools/README.TXT" file.