Jump to content
Not connected, Your IP: 216.73.216.33
snarl817

Is anyone interested in a guide on how to manage multiple VPNs and squid?

Recommended Posts

I'm using the FoxyProxy extension in Firefox, which lets me use multiple proxies. I just set up a stack in docker utilizing wireguard to connect to the VPN, and a pair of squid containers (because the networking is weird) to act as a proxy. Because the configs are ... complex, I'm using saltstack to automate the management. Each proxy is defined in a YAML file, and the automation loops through them to render the appropriate configs as well as the docker-compose. The keys in the configs are stored securely in salt-pillar using salt-gpg.

I realize this is a pretty obscure use-case, but I like being able to switch my web browser to exit in Canada or the UK, or even California on a whim. I DO need to add validation that checks to make sure that there aren't more than 5 active proxies in the yaml file, though.

Share this post


Link to post

Erm, but through all this you're only connected to one VPN server? Or to five and you switch in the browser?


NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post

Multiple. You run multiple docker containers that each provides proxy connectivity to one VPN server. You switch, in the browser, by changing the port number. Port 3128 connects to, say, a UK VPN server. Port 3129 connects to a VPN server in Asia. 3130 connects you to Canada, etc.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...