Background
This is a semester project for Honors System Programming. The project was to write a proxy server in C. Our proxy server can redirect network traffic using the builtin networking code of the C standard library. [Link to repo]
Features
- Handles multiple clients using multithreading
- Handles secure connections (HTTPS) using OpenSSL
- Whitelisting and blacklisting domains