Skip to content

SkyNotion/cproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPROXY

A mini http (socks coming later) proxy written c, This was written to be deployed on a Linux Container (podman pod or docker container).

It uses a combination of LT(Level triggered) and ET(Edge triggered) for epoll events, Would get fully ET(Edge triggered) approach to work later.

Building

# clone repo
git clone https://github.com/SkyNotion/cproxy.git
cd cproxy

# to compile
gcc cproxy.c -o cproxy

# to run
./cproxy -p 9441

NOTE

It would be optimized as it gets updated

Rotating proxies not ready yet

About

A mini http (socks coming later) proxy written in c

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages