You are not logged in.
Hi guys
First, sorry for my bad English.
so
How can i use Tor Bridge Relay ?
How can i force tor to use new bridges ? ( because my ISP blocked Tor )
Also how can i use obfs3 bridges ?
I dont want use that in tor browser or vidalia, because i run tor from terminal
Is there any way to config tor directly for these Bridges? ( without Vidalia or Tor Browser )
Thanks
Last edited by jiros (2015-10-29 22:13:18)
Freedom of mind with ArchLinux
Offline
hi,
this is my config for torrc ( i'm using obfs3 bridges )
you can put this code at the end of your torrc file
UseBridges enable using bridge and then you will put your obfs3(obfs4) tor bridges in the next lines and at last you should exec obfs3(obfs4) proxy
UseBridges 1
Bridge obfs3 YOUR_BRIDGE
ClientTransportPlugin obfs3 exec /usr/bin/obfsproxy --managed
Offline
thank you
it's worked for me :-)
Last edited by jiros (2015-10-29 22:13:36)
Freedom of mind with ArchLinux
Offline