You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/CreateProxyProcess file he config torrc files, by sets the ports numbers per each instance, so you can add a bridges config or any config you need in this file, or you can edit lib/CreateTorDirectory file, this file responsible for creating tor dire and config file, so you can add the base config for all tor instance that will be created.
after that you can install multitor now.
but make sure you installed obfs4proxy in you system.
Is it possible to use a multitor with bridges such as obfs4? Found the code for torrc
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 [email protected] 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 obfs3 163.172.161.87:34827 70C720468D057BBF9F59081506D660CE87...
But dont understand how to implement bridges in the multitor. Please help
The text was updated successfully, but these errors were encountered: