simeononsecurity / docker-tor-bridge

Quickly Spin up a Tor Node https://simeononsecurity.com/github/docker-tor-bridge

Home Page:https://hub.docker.com/repository/docker/simeononsecurity/docker-tor-bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image CIVirusTotal Scan

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

    SimeonOnSecurity Logo

Links:

About

Quickly Spin up a Tor Node https://simeononsecurity.com/github/docker-tor-bridge

https://hub.docker.com/repository/docker/simeononsecurity/docker-tor-bridge

License:Creative Commons Zero v1.0 Universal


Languages

Language:Dockerfile 100.0%