Hello.
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
user@host.tld(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.
editthere 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.