Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adyanth/docker-windscribe-proxy
Provides a container that can act as a HTTP proxy VPN gateway to Windscribe.
https://github.com/adyanth/docker-windscribe-proxy
docker docker-image proxy squid-proxy tinyproxy windscribe windscribe-vpn
Last synced: about 1 month ago
JSON representation
Provides a container that can act as a HTTP proxy VPN gateway to Windscribe.
- Host: GitHub
- URL: https://github.com/adyanth/docker-windscribe-proxy
- Owner: adyanth
- Created: 2022-01-07T19:29:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T20:44:48.000Z (about 2 years ago)
- Last Synced: 2024-11-21T19:27:33.045Z (about 2 months ago)
- Topics: docker, docker-image, proxy, squid-proxy, tinyproxy, windscribe, windscribe-vpn
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Windscribe Proxy
[![Drone Build Status](https://drone.adyanth.site/api/badges/adyanth/docker-windscribe-proxy/status.svg)](https://drone.adyanth.site/adyanth/docker-windscribe-proxy)
[![Docker pulls](https://img.shields.io/docker/pulls/adyanth/docker-windscribe-proxy.svg)](https://hub.docker.com/r/adyanth/docker-windscribe-proxy)This docker image modifies the [wiorca/docker-windscribe](https://github.com/wiorca/docker-windscribe) to make it into a proxy.
Any service can use the VPN by using this container as a proxy on port 3128 with no authentication.
You need not publish the port if only docker containers will be using it.
If you need to change any squid configuration, you can change the `squid.conf`/`tinyproxy.conf` and rebuild or bind-mount your version at `/etc/squid/squid.conf`/`/etc/tinyproxy/tinyproxy.conf`.
The `tinyproxy` image tag replaces squid proxy with tinyproxy that runs better for me. YMMV.
For an example on how to use it, see my configuration of using it with [Prowlarr](https://github.com/Prowlarr/Prowlarr) here: [DockerComposeApps/prowlarr](https://git.adyanth.site/DockerComposeApps/prowlarr/src/branch/main/docker-compose.yml)
You can find the [git repo here](https://git.adyanth.site/adyanth/docker-windscribe-proxy).