2023-02-24 08:11:19 -06:00
2023-04-04 22:43:52 -05:00
2023-04-04 22:43:52 -05:00
2023-02-24 22:01:35 -06:00
2023-03-03 09:21:35 -06:00
2023-02-24 22:21:48 -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>

If the program doesn't work, check the errno. Run 'errno $?' to get the resulting error. Also, CHECK YOUR FIREWALL!!!

Description
A basic TCP proxy, written in C.
Readme 601 KiB
Languages
C 97%
Makefile 3%