You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
253 B
Markdown

2 years ago
# 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