minor correction

This commit is contained in:
Hendrik Eeckhaut
2024-10-05 14:05:35 +02:00
parent 7e2974af16
commit 5c2e5e7a02

View File

@@ -36,7 +36,7 @@ To use the TLSnotary hosted proxy:
To run your own websockify proxy **locally**, run:
```sh
cargo install websocat./docker/build.sh
cargo install websocat
websocat --binary -v ws-l:0.0.0.0:55688 tcp:api.x.com:443
```
Note the `api.x.com:443` argument on the last line.