Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New module: tor #3

Open
chrisforce1 opened this issue Jan 22, 2018 · 2 comments
Open

New module: tor #3

chrisforce1 opened this issue Jan 22, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request low priority

Comments

@chrisforce1
Copy link
Contributor

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
@krhubert krhubert removed their assignment Dec 1, 2018
@chrisforce1 chrisforce1 added the enhancement New feature or request label May 31, 2019
@tg
Copy link
Contributor

tg commented Jul 1, 2019

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.

@chrisforce1
Copy link
Contributor Author

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.

Works for me

tg pushed a commit that referenced this issue Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

4 participants