Proxy Tester
This repository contains a proxy tester tool that allows you to test the functionality and performance of different proxy servers.
Note: This is a tool made for personal use, therefore features won't exactly align with what you might require.
Installation
Prerequisites:
- rust
- libcurl (This will be preinstalled by default on lots of OS's. Most likely you can ignore this prerequisite. Otherwise, installing cURL will do the trick.)
To install the proxy tester, there are several options:
ArchLinux
Arch users may download ProxyTester from the AUR.
Cargo (crates.io)
You can install the latest published version on Crates.io by using:
Cargo (Github source)
You can install the latest published version on Crates.io by using:
Usage
To see how to use the proxytester, you can view the help menu.
<FILES>...
Examples
Lib Usage
You can also use the ProxyTester as a library, and it was mainly built for this purpose.
let mut proxy_tester = default
.set_url
.set_workers
.set_timeout
.build;
let recv: = proxy_tester.run.await;
// You use the recv channel to read all results as they come in.
// ...
Contributing
Contributions are welcome, please open an issue or submit a pull request.
License
This project is licensed under the MIT License.