skip to Main Content

I have tried to find info on this, but can’t seem to find what I am actually looking for.

I have a server running plesk. What I would like to do is set it up so that I can run my browser through that and have a static IP address. Is this possible and if so, any pointers on how to set this up?

2

Answers


  1. Yes, you just need to install proxy server like squid or tinyproxy or 3proxy

    Also as a more simpler but with more limitations you can create a domain and use one of PHP proxies like this one or this one

    Don’t forget about authentication.

    Login or Signup to reply.
  2. I know that this is a few years old, but in case someone stumbles upon it. It’s quite easy now with Onyx and Docker.

    1. Create a new Docker instance with robhaswell/squid-authenticated.
    2. Configure as follows:

    squid-authenticated Docker Settings

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search