Proxyswarm is a tiny lightweight proxy that allows redirect HTTP[S] traffic through a proxy.
- High performace (built using
tokio.rs
) - Multiple connections at same time
- HTTP, SOCKS5 support
git clone https://github.com/jorgeajimenezl/proxyswarm.git
cd proxyswarm
cargo build --release
Now you can get build from target/release/proxyswarm
directory.
For start only run the proxyswarm:
proxyswarm
If you use systemd
you can start proxyswarm service
systemctl start proxyswarm.service
No, isn't necessary for proxyswarm.
First you must have installed curl, after launch a console and type
curl --proxy [http|https|sock]://host:port --proxy-user user:pass --proxy-anyauth
This program was developed by Jorge Alejandro Jiménez Luna <[email protected]>