SOCKS5 windows service
Go to file
Dmitry Belyaev ba3609d3e4
cargo update
2023-12-05 18:25:49 +03:00
.github/workflows add github workflows 2023-08-17 21:47:02 +03:00
src use anyhow for error handling 2023-08-17 23:09:44 +03:00
.gitignore Initial commit 2022-09-24 19:23:53 +03:00
.pre-commit-config.yaml pre-commit config 2023-08-17 21:39:29 +03:00
Cargo.lock cargo update 2023-12-05 18:25:49 +03:00
Cargo.toml use anyhow for error handling 2023-08-17 23:09:44 +03:00
LICENSE Create LICENSE 2022-09-26 23:04:59 +03:00
README.md add README.md 2023-08-17 23:26:18 +03:00

README.md

socks5ws

app for running SOCKS5 server as windows service

currently used:

Usage

use subcommands:

  • install
  • uninstall
  • start
  • stop

and:

  • save-config - save default config to a file in .exe folder
  • serve - run server as foreground proccess

don't use run, this is for windows, as service entrypoint