Zend certified PHP/Magento developer

Proxy server that is light on dependencies for Centos [closed]

My dear friends,

I need to install an application on my VPS running Centos which has only 1GB RAM and 1vCPU that allows my Firefox (running on my home computer) to connect to the server in such a way that the server acts as a proxy server. If I access the website example.com om my Firefox, I want this request to be forwarded to my CentOS server and then the server itself makes the request.

I tried using squid and it works well, no errors and no problems. But it’s too heavy for my small VPS. I think squid has too many features and because of that it has lots of dependencies and everytime I restart it, it takes about 30 seconds to stop/start.

Can you please recommend me a lightweight proxy server that I can run on my Centos? I just want to use my Centos as an anonymous proxy server, I dont need autentication, no need for advanced stuff. Just that: take requests from my home Firefox -> make the request to the internet from the server -> return the response from the server to my Firefox.