Skip to content

diegosc78/docker-windscribeprivoxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPN Proxy

What's this?

This is a docker image source (Dockerfiles) for an HTTP (privoxy) at port 8118. It uses as backend network a VPN network (windscribe free account)

References

Variants

  • Dockerfile : tested on my amd64 laptop
  • Dockerfile.arm64 : tested on raspberry 4 and rock64.

Run

docker run -it --rm --name windscribe-privoxy --cap-add NET_ADMIN --dns 1.1.1.1 -e WINDSCRIBE_USERNAME=cponte124 -e WINDSCRIBE_PASSWORD=XXXXXXXXX -p 8118:8118 ponte124/windscribeprivoxy:v2107-arm64v8

Use other tag for amd64

Use it

Just configure your app to use http proxy against container port 8118

Kubernetes

I have a simple helm char for this. I'll publish when I have it better tested.

To do

  • Use alpine instead of debian
  • windscribe arm64 binaries instead of armhf binaries (nowadays windscribe only has a deb package for armhf)

About

HTTP proxy (privoxy) with free VPN as backend (windscribe)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published