Skip to content

Commit

Permalink
Link to chriswayg/tor-server
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswayg committed May 13, 2018
1 parent 9916ac0 commit 0d4ba8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker run -d --init --name=tor-server_relay_1 --net=host \

This command will run a Tor relay server with a safe default configuration (not as an exit node). The server will autostart after restarting the host system. If you do not change the default Nickname 'Tor4', the startup script will add a randomized, pronouncable suffix to create a unique name. All Tor data will be preserved in the mounted Data Directory, even if you upgrade or remove the container.

Check with ```docker logs -f tor-server_relay_1``` If you see the message: ```[notice] Self-testing indicates your ORPort is reachable from the outside. Excellent. Publishing server descriptor.``` at the bottom after a while, your server started successfully. The wait a bit longer and search for your server here: [Relay Search](https://metrics.torproject.org/rs.html)
Check with ```docker logs -f tor-server_relay_1``` If you see the message: ```[notice] Self-testing indicates your ORPort is reachable from the outside. Excellent. Publishing server descriptor.``` at the bottom after a while, your server started successfully. Then wait a bit longer and search for your server here: [Relay Search](https://metrics.torproject.org/rs.html)

### Customize Tor configuration
You may want to configure additional options to control your monthly data usage, or to run Tor as a hidden obfuscated bridge. Look at the Tor manual with all [Configuration File Options](https://www.torproject.org/docs/tor-manual.html.en). Also refer to a recent fully commented `torrc.default`:
Expand Down Expand Up @@ -229,6 +229,6 @@ Please use the latest Docker engine available and do not use the engine that shi
### License:
- MIT

* For a very similar image based on tor-alpine use `tor-server`:*
##### For a very similar image based on tor-alpine use `chriswayg/tor-server`
- https://hub.docker.com/r/chriswayg/tor-server
- https://github.com/chriswayg/tor-server

0 comments on commit 0d4ba8d

Please sign in to comment.