Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe authored Oct 21, 2023
1 parent c3bef74 commit 4b3a7ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4b3a7ae

Please sign in to comment.