tor-relay-scanner v0.0.6
Updates since v0.0.5:
- New
--browser
option, which inserts bridge data toprefs.js
Tor Browser configuration file - New
--start-browser
option which launch Tor Browser after scanning process is done (only Windows and Linux for now)
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.