Quickly Spin up a Tor Node https://simeononsecurity.ch/
497
File: /torrc.default
Run the following command to build the docker image.
docker build -t simeononsecurity/docker-tor-relay-middle:latest .
docker run -d \
--restart always \
-p 9001:9001 \
--name torrelay \
simeononsecurity/docker-tor-relay-middle:latest
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
Content type
Image
Digest
sha256:ae074f30f…
Size
24.5 MB
Last updated
almost 3 years ago
docker pull simeononsecurity/docker-tor-relay-middle