HallBregg / tor-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOR Proxy

This repo contains containerized Tor service. It allows simply use Tor as a proxy for any service.

docker build -t tor-proxy .
docker run -d --rm -p 9050:9050 tor-proxy
curl --socks5 http://localhost:9050 -L http://ifconfig.me

About


Languages

Language:Dockerfile 100.0%