We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97da3df commit fa32a0aCopy full SHA for fa32a0a
README.md
@@ -4,7 +4,7 @@ Simple websocket tcp proxy.
4
5
```
6
Usage:
7
- ws-tcp-proxy <address> [flags]
+ ws-tcp-proxy <address:port> [flags]
8
9
Flags:
10
-a, --auto-cert string register hostname with LetsEncrypt
cmd/proxy.go
@@ -17,7 +17,7 @@ var config Config
17
18
// ProxyCmd is the main command for Cobra.
19
var ProxyCmd = &cobra.Command{
20
- Use: "ws-tcp-proxy <address>",
+ Use: "ws-tcp-proxy <address:port>",
21
Short: "Simple websocket tcp proxy.",
22
Long: `Simple websocket tcp proxy.`,
23
Run: func(cmd *cobra.Command, args []string) {
0 commit comments