ed9f5a192b774712155cd3ea6f246816f9227be1
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.9...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... 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%