File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838The most common use case for ` go-websockify ` is alongside [ novnc] ( https://github.com/novnc ) to enable fast virtual desktop experiences in the browser.
3939
4040## Usage
41- ``` shell
41+ ```
4242$ go-websockify --help
4343Starts a TCP to WebSocket proxy.
4444
@@ -48,11 +48,12 @@ Usage:
4848Flags:
4949 --bind-addr string bind address (default "0.0.0.0:8080")
5050 --buffer int buffer size (default 65536)
51- -D, --daemon run Go WebSockify as daemon
51+ -D, --daemon run as daemon
5252 --echo sidecar echo server
5353 -h, --help help for go-websockify
54+ --path string url path clients connect to (default "/websockify")
5455 --remote-addr string remote address (default "127.0.0.1:1984")
55- -v, --version print Go WebSockify version
56+ -v, --version print version
5657```
5758
5859## Development
You can’t perform that action at this time.
0 commit comments