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

obfs4 bridge #75

Open
karencho777 opened this issue Dec 8, 2019 · 1 comment
Open

obfs4 bridge #75

karencho777 opened this issue Dec 8, 2019 · 1 comment
Assignees
Labels

Comments

@karencho777
Copy link

Hello how can i use Nipe with obfs4 bridges? That is possible?

@bmeneg
Copy link
Contributor

bmeneg commented Jan 24, 2020

@karencho777 , considering bridges are tor-related subject you don't have to do anything other than configure the tor client config file to actually work as a "bridge user" (please, refer to tor's spec file to check how to setup/request a bridge https://gitweb.torproject.org/torspec.git/tree/attic/bridges-spec.txt#n114)

The only thing you need to check under nipe's cli is how you setup it. For example, we have some code in the "develop" branch that allow custom configuration file, but while it isn't released to master you can run:

$ ./nipe.pl install

then modify the /etc/tor/torrc config file to enable tor to run as a bridge user, and finally:

$ ./nipe.pl start

I never really used tor with bridge, so if you find any issues with this process or doubts, please let me know and I try to figure out what could be done. Also check tor's project page and FAQ for more info about that, I'm sure they have far more info on that than we here :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants