Skip to content

tor-relay-scanner v0.0.6

Compare
Choose a tag to compare
@ValdikSS ValdikSS released this 23 Apr 01:39
· 27 commits to main since this release

Updates since v0.0.5:

  • New --browser option, which inserts bridge data to prefs.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.