Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeononsecurity/docker-tor-bridge
Quickly Spin up a Tor Node https://simeononsecurity.com/github/docker-tor-bridge
https://github.com/simeononsecurity/docker-tor-bridge
arm64 bridge containerization containers decentralized docker docker-image dockerfile proxy tor tor-network tor-node x64
Last synced: 6 days ago
JSON representation
Quickly Spin up a Tor Node https://simeononsecurity.com/github/docker-tor-bridge
- Host: GitHub
- URL: https://github.com/simeononsecurity/docker-tor-bridge
- Owner: simeononsecurity
- License: cc0-1.0
- Created: 2022-07-06T02:41:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:00:33.000Z (4 months ago)
- Last Synced: 2024-07-27T00:19:41.704Z (4 months ago)
- Topics: arm64, bridge, containerization, containers, decentralized, docker, docker-image, dockerfile, proxy, tor, tor-network, tor-node, x64
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/simeononsecurity/docker-tor-bridge
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity) [![Docker Image CI](https://github.com/simeononsecurity/docker-tor-bridge/actions/workflows/docker-image.yml/badge.svg)](https://github.com/simeononsecurity/docker-tor-bridge/actions/workflows/docker-image.yml)[![VirusTotal Scan](https://github.com/simeononsecurity/docker-tor-bridge/actions/workflows/virustotal.yml/badge.svg)](https://github.com/simeononsecurity/docker-tor-bridge/actions/workflows/virustotal.yml)
## CREATE A TORRC.DEFAULT
File: /torrc.defaultThe 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.```bash
docker build -t simeononsecurity/docker-tor-bridge .
```
## RUN THE DOCKER CONTAINER
```docker
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```
Explore the World of Cybersecurity
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)