2023-02-23 11:16:30 -06:00
2023-02-23 11:16:30 -06:00
2023-02-22 22:40:35 -06:00
2023-02-22 23:57:15 -06:00
2023-02-22 23:57:03 -06:00
2023-02-23 00:20:06 -06:00
2023-02-22 22:49:08 -06:00

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
A basic TCP proxy, written in C.
Readme 601 KiB
Languages
C 97%
Makefile 3%