f580c227f1d9c0901cb42a7bdc27bbae2b16410f
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
socks5ws
app for running SOCKS5 server as windows service
currently used:
- fast-socks5 - socks5 server lib
- windows-service - windows service lib
Usage
use subcommands:
install
uninstall
start
stop
and:
save-config
- save default config to a file in .exe folderserve
- run server as foreground proccess
don't use run
, this is for windows, as service entrypoint
Languages
Rust
100%