diff --git a/README.md b/README.md index e0f617f..0a898aa 100644 --- a/README.md +++ b/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