Added README

This commit is contained in:
2023-02-22 08:57:26 -06:00
parent b5c5db9117
commit 62467b7926

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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