A simple HTTP proxy server written in Python that can block specific websites. This project demonstrates how a basic proxy server works and how requests can be filtered before reaching the destination ...
This project implements an HTTP forward proxy server using Python sockets. The proxy filters client requests based on a blocklist and forwards allowed requests to the ...