Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

tgagor/vagrant-tor-proxy

Repository files navigation

vagrant-tor-proxy

build

From time to time I need to hide myself behind the proxy, for privacy or just to have possibility to change IPs/countries frequently. Tor exports only SOCKS5 proxy, which is sufficient for browser, but not convenient when you need HTTP proxy (like for Python scripts). That's why I build this composition of Tor + Privoxy. Initial release used Vagrant, but it was quite heavy. With new possibilities given by Docker and Docker Compose, it's much faster and lightweight to start whole stack

Both Vagrant and Docker Compose configs base on Alpine Linux.

Configuration

  • to access tor SOCKS5 proxy use localhost:9050
  • to access privoxy HTTP proxy use localhost:8118

How to run?

With Vagrant:

vagrant up

With Docker Compose:

docker-compose up -d

Clean up

With Vagrant:

vagrant destroy -f

With Docker Compose:

docker-compose down

About

This is Vagrantfile with configured tor and privoxy

Resources

License

Stars

Watchers

Forks

Packages

No packages published