A round-robin SOCKS5 proxy
| .idea | socks-robin | |
| assets | socks-robin | |
| src | socks-robin | |
| .gitignore | socks-robin | |
| .rustfmt.toml | socks-robin | |
| Cargo.lock | socks-robin | |
| Cargo.toml | socks-robin | |
| docker-compose.yml | socks-robin | |
| Dockerfile | socks-robin | |
| LICENSE.md | socks-robin | |
| README.md | socks-robin | |
socks://robin
A round-robin SOCKS5 proxy
About
Round-robin SOCKS5 proxies - useful when you can only specify a single proxy to a client.
Usage
Standalone
git clone https://codeberg.org/bg443/socks-robin
cd socks-robin
cargo build --release
BACKEND_PATH=./backends.txt target/release/socks-robin
Containerised
git clone https://codeberg.org/bg443/socks-robin
cd socks-robin
podman build . -t socks-robin
See docker-compose.yml for use in compose.
License
socks-robin is free software: you can redistribute it and/or modify it under the terms of the GNU GPL-3.0-or-later License as published by the Free Software Foundation.
This software is provided with no warranty or liability.