-
-
Save pashtet04/86edce7314ebf1e0ce88be0048ee8e9b 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 65.108.86.107:8042 62BB1665D3DEC5B4DA161E225FEB34C40E0D63EC cert=iePwCit5J/PPVD65fVPac9Ptldf4XCncz4Ft/azKoNbMsoSILZ8N0YWIhIepPW4y4eAXEw iat-mode=0 | |
| Bridge obfs4 77.73.70.211:54774 248BD81A423E08D2F85A931F172A3CA676013DAF cert=gdkZs5lM4WElFmoX7fvMqbzbwvYWNZzMlpooTafgDGY0+XnFLCnJpsEQLV9nCGorxFXZEw iat-mode=0 | |
| Bridge obfs4 176.27.4.148:51121 86BDA202CAAD3865220C79DC564BFE07727D27F5 cert=jkDM9kE7J/GpeXdlM3v6GXeWLuoXroEWscav/LBZ0DQIQQG/DrL7WSoedMmqS8EfP5vdIA iat-mode=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment