1
0
Fork
You've already forked socks-robin
0
A round-robin SOCKS5 proxy
  • Rust 95.4%
  • Dockerfile 4.6%
Find a file
2025年06月21日 10:27:33 +01:00
.idea socks-robin 2025年06月21日 10:27:33 +01:00
assets socks-robin 2025年06月21日 10:27:33 +01:00
src socks-robin 2025年06月21日 10:27:33 +01:00
.gitignore socks-robin 2025年06月21日 10:27:33 +01:00
.rustfmt.toml socks-robin 2025年06月21日 10:27:33 +01:00
Cargo.lock socks-robin 2025年06月21日 10:27:33 +01:00
Cargo.toml socks-robin 2025年06月21日 10:27:33 +01:00
docker-compose.yml socks-robin 2025年06月21日 10:27:33 +01:00
Dockerfile socks-robin 2025年06月21日 10:27:33 +01:00
LICENSE.md socks-robin 2025年06月21日 10:27:33 +01:00
README.md socks-robin 2025年06月21日 10:27:33 +01:00

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.