archtorify icon indicating copy to clipboard operation
archtorify copied to clipboard

Add bridges support

Open MbrooWs opened this issue 3 years ago • 3 comments
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

MbrooWs avatar Feb 28 '22 07:02 MbrooWs

Thanks @MbrooWs, I will see how I can implement this parameter in the next updates, taking into consideration your piece of code.

brainfucksec avatar Mar 05 '22 10:03 brainfucksec

Refer #19

brainfucksec avatar May 15 '22 08:05 brainfucksec

This is the reference issue for adding the Tor Bridges option.

brainfucksec avatar Jun 22 '22 07:06 brainfucksec

hello

i am trying to use bridges, but archtorify just overwrittes the /etc/tor/torrc file with my bridges

gmankab avatar Jun 18 '23 18:06 gmankab