I tried to install a proxy server on my Linux virtual machine (Squid, tinyproxy) however I can't get it working.
I'm paying someone 10$ (Bitcoin, Litecoin, Skrill, Paypal...) to show me how to make it work.
Please send me a private message.
if you are connecting from a computer to this proxy you could just use ssh tunnels. From a linux host you could ssh -D 9000 [email protected](or ip of vps). If you are on a windows system you could use putty like they describe here https://blog.devolutions.net/2017/4/how-to-configure-an-ssh-tunnel-on-putty. After that you've got a socks proxy on your local machine on port 9000 or whatever port you want. Squid is a pain to setup and secure so unless you have a specific reason for it I would just use ssh tunnels.
edit
there are most likely decent ssh apps for most mobile devices(like juicessh for android) that support the ssh feature "dynamic port forwarding" that is being used above to setup a local socks proxy.
Thank you but I need a proxy not a SSH.
Offer raised to 20$.
What I described is a proxy. It is a socks proxy using ssh which is already installed on your vps. In the example I provided the port 9000 would be opened on your local system and then in whatever application you are using you set the proxy to socks5 and 127.0.0.1:9000