From 436400bac822a900af88a2a2e0936cfd74e443b7 Mon Sep 17 00:00:00 2001 From: antitree Date: Sun, 3 Jul 2016 11:07:34 -0400 Subject: [PATCH] adding documentation about using arm --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cb60613..6dccfbf 100644 --- a/README.md +++ b/README.md @@ -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