mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
readme / show circuit command: wrap, add quit command
https://github.com/fphammerle/docker-onion-service/commit/5cb7c809f30b2ac098bdf8530c9587dc659387ef
This commit is contained in:
@@ -39,6 +39,7 @@ $ sudo docker run -e SOCKS_TIMEOUT_SECONDS=60 …
|
||||
|
||||
show circuits:
|
||||
```sh
|
||||
$ sudo docker exec tor_proxy sh -c 'printf "AUTHENTICATE\nGETINFO circuit-status\n" | nc localhost 9051'
|
||||
$ sudo docker exec tor_proxy \
|
||||
sh -c 'printf "AUTHENTICATE\nGETINFO circuit-status\nQUIT\n" | nc localhost 9051'
|
||||
```
|
||||
relay search: https://metrics.torproject.org/rs.html
|
||||
|
||||
Reference in New Issue
Block a user