This commit is contained in:
emdee@spm.plastiras.org 2024-01-17 14:12:46 +00:00
parent 96c453607f
commit 9c97bb9acb
7 changed files with 42 additions and 119 deletions

View file

@ -132,10 +132,12 @@ To be "good" the ContactInfo must:
```--torrc_output``` will write a file of the commands that it sends to
the Tor controller, so you can include it in a ```/etc/toc/torrc```.
```--relays_output write the download relays in json to a file. The relays
```--relays_output``` write the download relays in json to a file. The relays
are downloaded from https://onionoo.torproject.org/details
For usage, do ```python3 exclude_badExits.py --help`
See [exclude_badExits.txt](./exclude_badExits.txt)
For usage, do ```python3 exclude_badExits.py --help```
See [exclude_badExits.hlp](./exclude_badExits.hlp)
or there's a doctest file in [exclude_badExits.txt](./exclude_badExits.txt)