tell relay operators how to try arm (and tell them how to do it safely)
Roger Dingledine

Roger Dingledine commited on 2014-01-28 12:24:46
Zeige 1 geänderte Dateien mit 10 Einfügungen und 0 Löschungen.


should resolve ticket 10700.

... ...
@@ -158,6 +158,16 @@ href="<wiki>/doc/TorExitGuidelines">guidelines
158 158
     MyFamily option</a> in all your relays' configuration files.
159 159
     </p>
160 160
 
161
+    <p>
162
+    13. You might like to use the <a
163
+    href="https://www.atagar.com/arm/">arm</a> relay monitor to watch
164
+    your relay's activities from the command line. First, "sudo apt-get
165
+    install tor-arm". Second, as the user that will be running arm, run
166
+    "sudo adduser $USER debian-tor" to add your user to the debian-tor
167
+    group so it can reach Tor's controlsocket. Then log out and log back
168
+    in (so your user is actually in the group), and run "arm".
169
+    </p>
170
+
161 171
     <hr>
162 172
 
163 173
     <p>If you have suggestions for improving this document, please <a
164 174