Skip to content

sukesh-ak/torproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TOR-PROXY

Tor proxy in a docker container

docker pull sukeshak/torproxy:latest

Check IP before torproxy

curl -L http://ifconfig.me

Usage:

docker run -d --restart always -p 9050:9050 --name torproxy sukeshak/torproxy

Check IP after torproxy

curl --socks5 http://localhost:9050 -L http://ifconfig.me

To build image yourself

docker build -t torproxy .

About

Tor proxy in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published