TorBridge - A simple Perl script to fetch Tor proxies from https://bridges.torproject.org website.
To get Tor bridges and appending them to your torrc file, simply run the script with -a or --add option. To remove the config file run the script with -c or --clean option. (You need to do this if you want to reconfigure proxy type and torrc file path)
- WWW::Mechanize;
- Mojo::DOM;
- feh (https://feh.finalrewind.org)
- xquartz (on MacOS) (https://www.xquartz.org)
Install dependencies with this command: cpanm --installdeps .
perl Makefile.PL
make
make test
sudo make install
Ali Moradi ([email protected])
Copyright © 2020 Ali Moradi.
GNU General Public License v3.0