Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 975 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 975 Bytes

compose-wireguard-squid

a multi-container Docker application to run a squid forward http proxy behind a Wireguard client

how to set it up

  1. download docker-compose.yml
  2. put your wg0.conf file into ./wireguard
  3. run docker-compose up

if everything works correctly, squid should be running behind your VPN!

how to use it

set your browser (or any other application) to use localhost:3128 as web proxy

how it works

the squid service shares the network stack of the vpn-sidecar service (Wireguard), which is tunneled through your VPN provider. to maintain local connectivity to the squid container, we proxy to it to through the web-proxy service (Nginx) using Docker container links.

note: an OpenVPN version is also available