SOCKS5 windows service
.github/workflows | ||
src | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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