You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will require some research and integration. We'll need to have flightsim set up a Tor circuit.
Output would look something like this:
Time Module Description
--------------------------------------------------------------------------------
11:26:01 tor Starting
11:26:01 tor Establishing Tor circuit
11:26:04 tor Success! Tor use is permitted in this environment
11:26:05 tor Finished
And if the test fails:
Time Module Description
--------------------------------------------------------------------------------
11:26:01 tor Starting
11:26:01 tor Establishing Tor circuit
11:26:04 tor Test failed (unable to establish Tor circuit)
11:26:05 tor Finished
The text was updated successfully, but these errors were encountered:
This should be easily achievable using https://github.com/cretz/bine, but would require a tor binary to be accessible. In theory we could embed one into a binary, but it would inflate the size and could be problematic.
I guess we could require the binary to be present, which should be easily achievable in many OS's, but could also provide a Docker image (etc) of flightsim with all the embedded dependencies.
This should be easily achievable using https://github.com/cretz/bine, but would require a tor binary to be accessible. In theory we could embed one into a binary, but it would inflate the size and could be problematic.
I guess we could require the binary to be present, which should be easily achievable in many OS's, but could also provide a Docker image (etc) of flightsim with all the embedded dependencies.
This will require some research and integration. We'll need to have
flightsim
set up a Tor circuit.Output would look something like this:
And if the test fails:
The text was updated successfully, but these errors were encountered: