torbridge-cli
is a command-line interface (CLI) tool written in Rust that allows you to fetch Tor bridges from the BridgeDB and display them in the terminal. It simplifies the process of obtaining Tor bridges for your Tor client configuration.
Make sure you have Rust and Cargo installed on your system. Then, follow these steps to build and install torbridge-cli
:
bash
cargo install torbridge-cli
Or you can clone this Repository and build from there:
bash
git clone https://github.com/zolagonano/torbridge-cli.git
bash
cd torbridge-cli
bash
cargo build --release
bash
cp target/release/torbridge-cli /usr/local/bin/
To use torbridge-cli
, simply run the executable:
bash
torbridge-cli
The tool will guide you through the process of obtaining Tor bridges. It will display the available transport modes, prompt you to choose a mode, show a captcha image for verification, and request your answer. Finally, it will display the retrieved Tor bridges in the terminal.
Contributions are welcome! If you find a bug, have a feature request, or want to contribute code, please open an issue or submit a pull request on the GitHub repository.
When contributing, please follow the existing code style and ensure your changes are well-tested.
If you find this project helpful and would like to show your appreciation, consider making a donation. Your contributions helps me dedicate more time working on Free and open-source projects :heart:
8AF4Lybz7QwiucdYW2szsgiqTHdBp5kjZSSRm6ddzd5363S6n4jixpkACGMLx5JWZnUR5MnGF7cMoidjppruAvLvMe2ovHZ
R9V91vQbP75A5H3Nn3RrXnK8zVZyaRBYHG
bc1qtya7nc42xff4w8rw6xa9zeqhdk4s3telvklcgy
ltc1qc3unssu58qjrqdnnl8pxep9259khfwz46un2cd
qq9gvne3p7sa678j9y3y32ersju83elumclvknqm9h
This project is licensed under the MIT License.