> For the complete documentation index, see [llms.txt](https://www.devops.buzz/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.devops.buzz/public/tor/cheat-sheet.md).

# Cheat Sheet

## Monitor

### Nyx

{% embed url="<https://nyx.torproject.org/>" %}

## Network

### Use specific relay

{% code title="torrc" %}

```
SOCKSPort 0.0.0.0:9050
ExitNodes cyanocoraxyncas, F3Netze
StrictExitNodes 1
```

{% endcode %}

```
docker run -it --rm \
  -v torrc:/home/torproxy/torrc \
  -p 9050:9050 shpaker/torsocks

```

References

<https://github.com/shpaker/torsocks-docker>

<https://metrics.torproject.org/rs.html#search/country:be%20>
