add README.md

This commit is contained in:
Dmitry Belyaev 2023-08-17 23:26:18 +03:00
parent a369fc5aee
commit dfe4f5cca5
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 24 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# socks5ws
app for running SOCKS5 server as windows service
currently used:
- [fast-socks5](https://github.com/dizda/fast-socks5) - socks5 server lib
- [windows-service](https://github.com/mullvad/windows-service-rs) - windows service lib
## 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