From 62467b792683429d8d31a10cc9e8336cff7c8fa7 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Wed, 22 Feb 2023 08:57:26 -0600 Subject: [PATCH] Added README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8901c08 --- /dev/null +++ b/README.md @@ -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