-
-
Save amohebali/4c041611229455c0e279bb45825e183f to your computer and use it in GitHub Desktop.
Using tor with bridges, torrc example config (bit.ly/m3torrc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # sudo apt-get install obfs4proxy obfsproxy tor | |
| # sudo vi /etc/tor/torrc | |
| UseBridges 1 | |
| ClientTransportPlugin obfs3 exec /usr/bin/obfsproxy managed | |
| ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed | |
| # send email to bridges@torproject.org with body `get transport obfs4` you can get new bridges. | |
| bridge obfs4 195.154.49.15:44705 BACD07DACE996093DC7635F33A98C49... cert=xc/wtKNWADfJQf232xSXT0WpzsaINw6fgPvZBy5Rkw4.../ypaZPDug9L... iat-mode=0 | |
| bridge 163.172.161.87:34827 70C720468D057BBF9F59081506D660CE87... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment