A lightweight proxy server supporting both SOCKS5 and SOCKS4 protocols. This proxy can be used to route traffic through a remote server, providing anonymity or bypassing network restrictions.
- C compiler (e.g.
gcc
) - POSIX-compliant environment (Linux, macOS, etc.)
To compile the project, simply run the following command in the project directory:
gcc -o socks socks.c