archtorify
archtorify copied to clipboard
Add bridges support
trafficstars
So I thought about adding bridges support in case tor is blocked.
Here is my solution:
add --bridges $EDITOR parameter
then after moving torrc but before launching tor:
$EDITOR /tmp/bridges.txt
echo "UseBridges 1" >> /etc/tor/torrc
sed 's/^/Bridge /' /tmp/bridges.txt >> /etc/tor/torrc
rm /tmp/bridges.txt
Thanks @MbrooWs, I will see how I can implement this parameter in the next updates, taking into consideration your piece of code.
Refer #19
This is the reference issue for adding the Tor Bridges option.
hello
i am trying to use bridges, but archtorify just overwrittes the /etc/tor/torrc file with my bridges