A CLI app for routing SOCKS5 proxy connections dynamically through different upstream proxies. For now, the app uses a single upstream that can be changed via a REST API.
Soon there will also be a Web UI to use the REST API more easily.
If you have Rust installed, you can just run the following command
sh
cargo install socks-router
```sh $socks-router --help A dynamic router for SOCKS5 proxy requests.
Usage: socks-router [OPTIONS]
Options:
-c, --config-path
There are two TOML configuration files:
--config-path
is optional and can be used to set the same
arguments as the CLI. See config.example.toml
for an
example.--dyn-config-path
is mandatory and contains a list of
upstreams and the choice of which one to use. This file will be updated
automatically when the configuration changes via the API. See
dynconfig.example.toml
for an example.This app is licensed under the MIT License.