Sign inSign up

simeononsecurity/docker-tor-bridge

By simeononsecurity

Updated about 2 years ago

Quickly Spin up a Tor Node https://simeononsecurity.ch/

Image
1

557

simeononsecurity/docker-tor-bridge repository overview

Github
Website

CREATE A TORRC.DEFAULT

File: /torrc.default

The only thing to change from the default torrc is the following line:

SocksPort 0.0.0.0:9050

BUILD THE DOCKER IMAGE

Run the following command to build the docker image.

docker build -t simeononsecurity/docker-tor-bridge .

RUN THE DOCKER CONTAINER

docker run -d \
--restart always \
-p 9050:9050 \
--name torproxy \
simeononsecurity/docker-tor-bridge:latest

TEST

Get your current ip

curl -L http://ifconfig.me

Get your ip through the tor socks proxy

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

Tag summary

Content type

Image

Digest

sha256:9a8a3c1d8

Size

25 MB

Last updated

about 2 years ago

docker pull simeononsecurity/docker-tor-bridge