adding documentation about using arm

This commit is contained in:
antitree 2016-07-03 11:07:34 -04:00 committed by GitHub
parent ba752a5145
commit 436400bac8

View File

@ -56,6 +56,17 @@ The container is built off of [chriswayg/tor-server](https://github.com/chrisway
* TOR_ORPORT - default is 7000
* TOR_DIRPORT - default is 9030
* TOR_DIR - container path to mount a persistent tor material. default is /tor
*
### Using With arm
With the tor control port exposed to the host, you can use arm to monitor the client.
```
apt-get install tor-arm
arm
```
NOTE: There is a password to protect the control port right now. Enter "password" when prompted
![arm screenshot](https://raw.githubusercontent.com/antitree/private-tor-network/master/doc/arm.png)
### Debugging