tor-relay-scanner v0.0.3
Updates since v0.0.2:
- As more and more relays are getting banned, check all relays until working are found.
- Minor text output improvements
Windows: download *.exe file and run it in console (start → cmd
)
Linux & macOS: download *.pyz file and run it with Python 3.7+:
python3 tor-relay-scanner.pyz
Android: download Termux, install python with pkg install python3
, follow Linux steps.