blob: 48b94d644d97eaf1137229588e3a32b23384c9ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Connection Checker
This small tool attempts to check connectivity to the Tor network through a variety of ways:
- Directly
- Via a bridge
- Via various pluggable transports (obfs4, meek-azure, snowflake)
It will then print the results of each test
Note that only a connection to a clearnet website is to be tested for now
|