Update README.md
Former-commit-id: 9595f7dcdddc9d0521148d389c733dafd26053f2 [formerly 2a90850c0ec206fab9e206a23a42b2c6b6c6cf65] [formerly 8ec890e430ee2ba05dc9498cacdda3228cff9c39 [formerly 4b3a7ae4b5842b55d782cb1cee542f9cd771b013]] Former-commit-id: 0d3bbdf7a1fa79cc6f4121466813ec0435ee13b4 [formerly b99ca116e61b2e76d2dd133b5abe705b9cb72174] Former-commit-id: ebc3c9b37c45b23e91f7d9cf55bb3819b46fe78e Former-commit-id: 18f4aefe418e24f59f99d37ac6d9177f9f555024 Former-commit-id: e7992209d6740c412d912c515997f6d997506460 Former-commit-id: 41f4eb5d8754c16365d3a68b32a7e085625a175e [formerly 53b9ee06a491be8d0e71685a72da0ad9b1f59400] Former-commit-id: f69603c8bb372c6fb1b6cb8bd7bf4d192f2faf13
This commit is contained in:
parent
68057a2dde
commit
2cff61a253
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -21,7 +21,7 @@ My inspiration came from [this project](https://www.npmjs.com/package/wstunnel)
|
|||
* Support for http proxy (when behind one)
|
||||
* Support for tls/https server (with embedded self signed certificate, see comment in the example section)
|
||||
* Support IPv6
|
||||
* **Standalone binary for linux x86_64** (so just cp it where you want)
|
||||
* **Standalone binary for linux x86_64** (so just cp it where you want) [here](https://github.com/erebe/wstunnel/releases)
|
||||
* Standalone archive for windows
|
||||
|
||||
P.S: Please do not pay attention to Main.hs because as I hate to write command line code this file is crappy
|
||||
|
@ -123,6 +123,16 @@ Options:
|
|||
Print help
|
||||
```
|
||||
|
||||
## Release:
|
||||
|
||||
Static binaries are available in [release section](https://github.com/erebe/wstunnel/releases)
|
||||
|
||||
docker image are available at https://github.com/erebe/wstunnel/pkgs/container/wstunnel
|
||||
|
||||
```bash
|
||||
docker pull ghcr.io/erebe/wstunnel:latest
|
||||
```
|
||||
|
||||
## Examples
|
||||
### Simplest one
|
||||
On your remote host, start the wstunnel's server by typing this command in your terminal
|
||||
|
|
Loading…
Reference in a new issue