e483ffaf8f03d7584b3f6c613aae3f10a4e5c33c
basic-proxy [WIP]
A simple, basic TCP proxy, written in C.
This is a simple proxy that can receive connections on one port, and forward them to another.
It is written in C, and has a small file size and memory footprint.
Installation
TODO
Usage
./proxy <local-address> <local-port> <remote-address> <remote-port>
Description
Languages
C
97%
Makefile
3%